1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[bash] environment - NVM init

This commit is contained in:
Hyacinthe Cartiaux 2021-06-30 16:58:51 +02:00
parent 647aa2f4ee
commit 426b411172

View file

@ -174,6 +174,12 @@ if [[ $(which ruby 2>/dev/null | grep -c "$HOME/.rvm") != 0 ]]; then
rvm reset
fi
# -------------------------------------------------------------------
# Nodejs and NVM
# -------------------------------------------------------------------
[[ -s "/usr/share/nvm/init-nvm.sh" ]] && . /usr/share/nvm/init-nvm.sh || true
# -------------------------------------------------------------------
# direnv, pyenv
# -------------------------------------------------------------------