tmuxinator: fix completion file header

master
Marc Cornellà 7 years ago committed by GitHub
parent ab14068368
commit d0efa0071c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      plugins/tmuxinator/_tmuxinator

@ -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

Loading…
Cancel
Save