Adding compdef to maintain tmux completions.

This commit is contained in:
Josh Matthews 2013-02-26 22:57:37 -05:00
parent 56c46c4ed8
commit 86c9b32031

View File

@ -56,6 +56,9 @@ function zsh_tmux_plugin_run()
fi
}
# Use the completions for tmux for our function
compdef _tmux zsh_tmux_plugin_run
# Alias tmux to our wrapper function.
alias tmux=zsh_tmux_plugin_run