Merge 843b5f3661 into 1ba8a96ec9
This commit is contained in:
commit
8541865b92
|
|
@ -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`).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue