Commit 1af012d4 authored by Dmitri Akatov's avatar Dmitri Akatov
Browse files

carton was renamed to cask

parent 7fb17127
if which carton &> /dev/null
then
source $(dirname $(which carton))/../etc/carton_completion.zsh
else
print "zsh carton plugin: carton not found"
fi
if which cask &> /dev/null; then
source $(dirname $(which cask))/../etc/cask_completion.zsh
else
print "zsh cask plugin: cask not found"
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment