From 6627bd3813f9398dc38e6bedaf34ed78333c9f42 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Tue, 5 Dec 2023 15:43:14 +0100 Subject: [PATCH] [zsh] load nvm --- dot_zshrc.tmpl | 2 ++ 1 file changed, 2 insertions(+) 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