Revert "Source the nvm.sh file"

Fixes #826
This reverts commit b4151e1446.
This commit is contained in:
Luke Childs 2015-09-12 23:05:56 +01:00
parent e3528b0d9e
commit bda1d2ec29

View File

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