diff --git a/scripts/profile/nvm.sh b/scripts/profile/nvm.sh index b63b932..50d533c 100644 --- a/scripts/profile/nvm.sh +++ b/scripts/profile/nvm.sh @@ -2,3 +2,5 @@ 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 + +nvm use 20 --silent