Added completions for dt function
This commit is contained in:
parent
f60e7ed27e
commit
206b5ae3cd
1 changed files with 5 additions and 0 deletions
|
@ -140,6 +140,11 @@ function dt() {
|
|||
tmux new-session -A -s $session_name
|
||||
}
|
||||
|
||||
function _dt_completion {
|
||||
reply=($(tmux list-sessions -F '#S'))
|
||||
}
|
||||
compctl -K _dt_completion dt
|
||||
|
||||
if [[ -a $HOME/.zshsrc ]]; then
|
||||
source $HOME/.zshsrc
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue