浏览代码

carton completion plugin

Dmitri Akatov 11 年之前
父节点
当前提交
7fb17127c7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      plugins/carton/carton.plugin.zsh

+ 6 - 0
plugins/carton/carton.plugin.zsh

@@ -0,0 +1,6 @@
+if which carton &> /dev/null
+then
+  source $(dirname $(which carton))/../etc/carton_completion.zsh
+else
+  print "zsh carton plugin: carton not found"
+fi