mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 22:51:51 +00:00
Merge pull request #776 from IonicaBizauKitchen/source-nvm.sh
Source the nvm.sh file upon install
This commit is contained in:
commit
d57f7ea54a
@ -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…
Reference in New Issue
Block a user