From 10189bf4cb95fa8f113c3a38a580b74bc404bf34 Mon Sep 17 00:00:00 2001 From: Felipe Alexandre Rodrigues Date: Tue, 5 Oct 2021 10:47:56 -0300 Subject: [PATCH] [readme] Add bash_completion in "manual install" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be66777..62138cd 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,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