Add nvm setup to zshrc

This commit is contained in:
Sami Samhuri 2025-07-18 09:30:42 -07:00
parent e1359d3f3c
commit 0d7f49d84a
No known key found for this signature in database

4
zshrc
View file

@ -31,6 +31,10 @@ fi
if command_exists rbenv; then
eval "$(rbenv init -)"
fi
if [ -s "$HOME/.nvm/nvm.sh" ]; then
export NVM_DIR="$HOME/.nvm"
source "$NVM_DIR/nvm.sh"
fi
if command_exists pyenv; then
eval "$(pyenv init -)"
fi