mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-10 20:55:19 +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
|
# NVM
|
||||||
export NVM_DIR="$HOME/.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"
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
||||||
|
|
||||||
# SSH specific config.
|
# SSH specific config.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user