oh-my-zsh/plugins/cask/cask.plugin.zsh

6 lines
144 B
Bash
Raw Normal View History

2013-08-06 20:28:52 +00:00
if which cask &> /dev/null; then
source $(dirname $(which cask))/../etc/cask_completion.zsh
else
print "zsh cask plugin: cask not found"
fi