parent
5fcb6e1263
commit
7fb17127c7
1 changed files with 6 additions and 0 deletions
@ -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 |
||||
Loading…
Reference in new issue