Commit 86c9b320 authored by Josh Matthews's avatar Josh Matthews
Browse files

Adding compdef to maintain tmux completions.

parent 56c46c4e
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment