carton completion plugin

This commit is contained in:
Dmitri Akatov 2013-07-24 14:30:12 -07:00
parent 5fcb6e1263
commit 7fb17127c7

View File

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