mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 01:10:09 +00:00
tmuxinator: fix completion file header
This commit is contained in:
parent
ab14068368
commit
d0efa0071c
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
|
||||||
|
|
Loading…
Reference in a new issue