Browse Source

Only source nvm, not entire profile

Luke Childs 9 years ago
parent
commit
978f7b4435
  1. 4
      install.sh

4
install.sh

@ -289,8 +289,8 @@ nvm_do_install() { @@ -289,8 +289,8 @@ nvm_do_install() {
fi
fi
# Sourcing $PROFILE to take into account the new environment
. "$NVM_PROFILE"
# Source nvm
. "$NVM_DIR/nvm.sh"
nvm_check_global_modules

Loading…
Cancel
Save