Nodenv over nvm

This commit is contained in:
Andrew Tomaka 2016-12-22 13:26:45 -05:00
parent 4ea11149c5
commit 0fccfd640c

6
zshrc
View file

@ -32,9 +32,9 @@ if test -d "$HOME/.rbenv"; then
eval "$(rbenv init -)" eval "$(rbenv init -)"
fi fi
# load nvm # init nodenv
if test -d "$NVM_DIR"; then if which nodenv > /dev/null; then
source "$NVM_DIR/nvm.sh" eval "$(nodenv init -)";
fi fi
# completion # completion