mirror of
https://github.com/meineerde/dotfiles.git
synced 2025-10-17 19:41:01 +00:00
Don't automatically use a nvm version
This commit is contained in:
parent
cd1ff35b7f
commit
a47be4f421
2
.bashrc
2
.bashrc
@ -45,7 +45,7 @@ shopt -s histappend >/dev/null 2>&1
|
||||
|
||||
# NVM
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" --no-use
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
||||
|
||||
# SSH specific config.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user