This commit is contained in:
James Walker 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

View File

@ -19,7 +19,7 @@ export ZSH_CUSTOM=$HOME/.zsh/custom
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(extract tmux tmuxinator git github git-flow svn ruby gem rbenv rails3 bundler heroku pip django fabric osx brew deb ssh-agent npm nvm drush composer symfony2 vagrant knife)
plugins=(extract cask tmux tmuxinator git github git-flow svn ruby gem rbenv rails3 bundler heroku pip django fabric osx brew deb ssh-agent npm nvm drush composer symfony2 vagrant knife)
# Python/ virtualenv
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then