0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

tmuxinator: fix completion file header

This commit is contained in:
Marc Cornellà 2019-04-09 15:37:24 +02:00 committed by GitHub
parent ab14068368
commit d0efa0071c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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