carton.plugin.zsh 153 Bytes
Newer Older
Dmitri Akatov's avatar
Dmitri Akatov committed
1
2
3
4
5
6
if which carton &> /dev/null
then
  source $(dirname $(which carton))/../etc/carton_completion.zsh
else
  print "zsh carton plugin: carton not found"
fi