Nodenv over nvm
This commit is contained in:
parent
4ea11149c5
commit
0fccfd640c
1 changed files with 3 additions and 3 deletions
6
zshrc
6
zshrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue