add nvm to zshrc

This commit is contained in:
daniel
2024-02-25 11:13:18 +01:00
parent 446f3e6b3f
commit 17882d608e

View File

@@ -38,3 +38,7 @@ bindkey -v
bindkey '^f' fzf-file-widget bindkey '^f' fzf-file-widget
$HOME/.dotfiles/auto-update.sh $HOME/.dotfiles/auto-update.sh
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion