This commit is contained in:
2013-10-09 13:52:17 -04:00
parent 8fa51f5119
commit cfcf88c397
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
if [ -d $HOME/.cask ]; then
export PATH="$HOME/.cask/bin:$PATH"
fi
if which cask &> /dev/null; then
source $(dirname $(which cask))/../etc/cask_completion.zsh
fi