a cask plugin ( see robbyrussell/oh-my-zsh#1999 )
This commit is contained in:
parent
8fa51f5119
commit
cfcf88c397
6
home/.zsh/custom/plugins/cask/cask.plugin.zsh
Normal file
6
home/.zsh/custom/plugins/cask/cask.plugin.zsh
Normal 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
|
@ -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/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# 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
|
# Python/ virtualenv
|
||||||
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
|
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user