This commit is contained in:
Dwayne Crooks 2016-01-15 09:06:10 +00:00
commit 8541865b92
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ Nota bene: Avoid running nvm while the tests are running.
To activate, you need to source `bash_completion`:
[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion
[ -r "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion"
Put the above sourcing line just below the sourcing line for NVM in your profile (`.bashrc`, `.bash_profile`).