mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Adding compdef to maintain tmux completions.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user