From fdb1f4c51f743908b34bdf3266b0e36939ac10d9 Mon Sep 17 00:00:00 2001 From: Gergely Pap Date: Sun, 12 Jan 2020 10:09:15 +0100 Subject: [PATCH] Update help text about uninstalling NVM --- nvm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index 83aac75..bf49410 100644 --- a/nvm.sh +++ b/nvm.sh @@ -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 ;;