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 -)"
fi
# load nvm
if test -d "$NVM_DIR"; then
source "$NVM_DIR/nvm.sh"
# init nodenv
if which nodenv > /dev/null; then
eval "$(nodenv init -)";
fi
# completion