summaryrefslogtreecommitdiff
path: root/plugins/carton/carton.plugin.zsh
blob: 23868b09c0b9c71d1358b647646a1a4be4d1202f (plain)
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