Browse Source

Source the nvm.sh file

Fixes #775. After everything is installed, instead of restarting the terminal, just load the nvm.sh file.
Ionică Bizău 10 years ago
parent
commit
b4151e1446
  1. 3
      install.sh

3
install.sh

@ -228,7 +228,8 @@ nvm_do_install() {
nvm_check_global_modules nvm_check_global_modules
echo "=> Close and reopen your terminal to start using nvm" . $NVM_DIR/nvm.sh
echo "=> You can now start using nvm"
nvm_reset nvm_reset
} }

Loading…
Cancel
Save