From fa1508492efcff6e6547acddaaa1b15db5d99833 Mon Sep 17 00:00:00 2001 From: Felipe Alexandre Rodrigues Date: Sun, 8 Dec 2019 11:23:16 -0300 Subject: [PATCH] Update README: add bash_completion on manual install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1034c8d..d7119ae 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to hav ```sh export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm +[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion ``` ### Manual upgrade