cask.plugin.zsh 144 Bytes
Newer Older
Dmitri Akatov's avatar
Dmitri Akatov committed
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