mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 23:40:39 +01:00
tmuxinator: fix completion file header
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#compdef tmuxinator mux
|
||||||
|
#autoload
|
||||||
|
|
||||||
_tmuxinator() {
|
_tmuxinator() {
|
||||||
local commands projects
|
local commands projects
|
||||||
commands=(${(f)"$(tmuxinator commands zsh)"})
|
commands=(${(f)"$(tmuxinator commands zsh)"})
|
||||||
@@ -17,5 +20,4 @@ _tmuxinator() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
compdef _tmuxinator tmuxinator mux
|
compdef _tmuxinator tmuxinator
|
||||||
alias mux="tmuxinator"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user