Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/carton/carton.plugin.zsh

6 lines
153 B
Shell
Raw Normal View History

2013-07-24 14:30:12 -07:00
if which carton &> /dev/null
then
source $(dirname $(which carton))/../etc/carton_completion.zsh
else
print "zsh carton plugin: carton not found"
fi