mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Adding compdef to maintain tmux completions.
This commit is contained in:
parent
56c46c4ed8
commit
86c9b32031
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ function zsh_tmux_plugin_run()
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Use the completions for tmux for our function
|
||||||
|
compdef _tmux zsh_tmux_plugin_run
|
||||||
|
|
||||||
# Alias tmux to our wrapper function.
|
# Alias tmux to our wrapper function.
|
||||||
alias tmux=zsh_tmux_plugin_run
|
alias tmux=zsh_tmux_plugin_run
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue