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() {
local commands projects
commands=(${(f)"$(tmuxinator commands zsh)"})
......@@ -17,5 +20,4 @@ _tmuxinator() {
return
}
compdef _tmuxinator tmuxinator mux
alias mux="tmuxinator"
compdef _tmuxinator 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