diff --git a/.bashrc b/.bashrc index 34165af..5ffd5d4 100644 --- a/.bashrc +++ b/.bashrc @@ -174,6 +174,7 @@ if [[ -x "$(command -v rustup)" ]]; then . <(rustup completions bash) fi +export NVM_SYMLINK_CURRENT=true 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