浏览代码

tmuxinator: fix completion file header

Marc Cornellà 5 年之前
父节点
当前提交
d0efa0071c
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      plugins/tmuxinator/_tmuxinator

+ 4 - 2
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