1
0
Fork 0

zsh: Source nvm properly

This commit is contained in:
Jeremy Kaplan 2024-09-18 10:27:26 -04:00
commit f086ec925c
3 changed files with 5 additions and 0 deletions

View file

@ -6,3 +6,6 @@ export LSCOLORS='Exgxbxdxcxegedabagacad'
alias units='gunits --verbose'
source ~/.profile
[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && source "/opt/homebrew/opt/nvm/nvm.sh"
[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && source "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm"