Unverified Commit d0efa007 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

tmuxinator: fix completion file header

parent ab140683
#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() { ...@@ -17,5 +20,4 @@ _tmuxinator() {
return return
} }
compdef _tmuxinator tmuxinator mux compdef _tmuxinator tmuxinator
alias mux="tmuxinator"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment