diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index e47c438..e50de3e 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -64,3 +64,5 @@ eval "$(sheldon source)" #unsetopt XTRACE #exec 2>&3 3>&- +export NVM_DIR="$HOME/.config/nvm" +[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm