mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
tmuxinator: fix completion file header
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#compdef tmuxinator mux
|
||||
#autoload
|
||||
|
||||
_tmuxinator() {
|
||||
local commands projects
|
||||
commands=(${(f)"$(tmuxinator commands zsh)"})
|
||||
@@ -17,5 +20,4 @@ _tmuxinator() {
|
||||
return
|
||||
}
|
||||
|
||||
compdef _tmuxinator tmuxinator mux
|
||||
alias mux="tmuxinator"
|
||||
compdef _tmuxinator tmuxinator
|
||||
|
Reference in New Issue
Block a user