not using this plugin (cask)

This commit is contained in:
James Walker 2015-04-07 22:36:31 -04:00
parent d2a60833d0
commit 26149033f2

View File

@ -1,6 +0,0 @@
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