diff --git a/modules/node/init.zsh b/modules/node/init.zsh index 16847abc..92c5d923 100644 --- a/modules/node/init.zsh +++ b/modules/node/init.zsh @@ -5,6 +5,11 @@ # Sorin Ionescu # +# Load NVM into the shell session. +if [[ -s "$HOME/.nvm/nvm.sh" ]]; then + source "$HOME/.nvm/nvm.sh" +fi + # Return if requirements are not found. if (( ! $+commands[node] )); then return 1