Update help text about uninstalling NVM

This commit is contained in:
Gergely Pap 2020-01-12 10:09:15 +01:00 committed by GitHub
parent a1ad32e9cb
commit fdb1f4c51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
nvm.sh
View File

@ -2415,7 +2415,8 @@ nvm() {
nvm_echo ' nvm alias default node Always default to the latest available node version on a shell'
nvm_echo
nvm_echo 'Note:'
nvm_echo ' to remove, delete, or uninstall nvm - just remove the `$NVM_DIR` folder (usually `~/.nvm`)'
nvm_echo ' To remove, delete, or uninstall nvm - just remove the `$NVM_DIR` folder (usually `~/.nvm`)'
nvm_echo ' and the nvm related source lines from your shell profile file (such as `~/.bashrc`).'
nvm_echo
;;