mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 14:05:29 +00:00
add nvm to zshrc
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user