mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
[Docs] Remove mixed addtional indent in the Bash completion codeblock
This commit is contained in:
parent
7c0dc2be68
commit
2af47b0034
@ -374,7 +374,7 @@ Nota bene: Avoid running nvm while the tests are running.
|
||||
To activate, you need to source `bash_completion`:
|
||||
|
||||
```sh
|
||||
[[ -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
Block a user