Skip to content

Commit

Permalink
add nvm dir
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed Dec 18, 2023
1 parent 76facea commit fbcb814
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,7 @@ PATH=$HOME/.local/bin:$PATH
[[ -s "/home/vellone/.gvm/scripts/gvm" ]] && source "/home/vellone/.gvm/scripts/gvm"

[ -f ~/dotfiles/zsh/pagarme.zsh ] && source ~/dotfiles/zsh/pagarme.zsh

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

0 comments on commit fbcb814

Please sign in to comment.