Fix #2 - use nvm plugin
This commit is contained in:
parent
b333c0fa50
commit
856b490dcd
@ -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 drush composer symfony2 vagrant knife)
|
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)
|
||||||
|
|
||||||
# Python/ virtualenv
|
# Python/ virtualenv
|
||||||
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
|
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
|
||||||
@ -30,11 +30,6 @@ fi
|
|||||||
# OH MY ZSH!
|
# OH MY ZSH!
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# Node / nvm
|
|
||||||
if [ -f "$HOME/.nvm/nvm.sh" ]; then
|
|
||||||
source "$HOME/.nvm/nvm.sh"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# phpbrew
|
# phpbrew
|
||||||
if [ -f "$HOME/.phpbrew/bashrc" ]; then
|
if [ -f "$HOME/.phpbrew/bashrc" ]; then
|
||||||
source "$HOME/.phpbrew/bashrc"
|
source "$HOME/.phpbrew/bashrc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user