From bda1d2ec2903ea738413a8724df00ee30c0b398b Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 12 Sep 2015 23:05:56 +0100 Subject: [PATCH] Revert "Source the nvm.sh file" Fixes #826 This reverts commit b4151e1446f36d534a8a98e6876d293e05317173. --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2996b57..3774bb2 100755 --- a/install.sh +++ b/install.sh @@ -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 }