Load optional nvm script
This commit is contained in:
parent
e5173cbcdf
commit
abab350b3f
1 changed files with 4 additions and 2 deletions
6
.bashrc
6
.bashrc
|
|
@ -91,9 +91,11 @@ elif [ -f /etc/bash_completion ]; then
|
|||
. /etc/bash_completion
|
||||
fi
|
||||
|
||||
if [ -f /usr/share/nvm/init-nvm.sh ]; then
|
||||
. /usr/share/nvm/init-nvm.sh
|
||||
fi
|
||||
|
||||
# load specific options from override file
|
||||
if [ -f ~/.bashrc.override ]; then
|
||||
. ~/.bashrc.override
|
||||
fi
|
||||
|
||||
source /usr/share/nvm/init-nvm.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue