summaryrefslogtreecommitdiff
path: root/plugins/cask/cask.plugin.zsh
blob: c558629243d2274d8c380bc807f08d5f53690824 (plain)
1
2
3
4
5
if which cask &> /dev/null; then
  source $(dirname $(which cask))/../etc/cask_completion.zsh
else
  print "zsh cask plugin: cask not found"
fi