3z3qu13l / laptopSetup

0 stars 0 forks source link

nvm exports in .zshrc #2

Closed 3z3qu13l closed 3 weeks ago

3z3qu13l commented 3 weeks ago

Add the following to your shell profile e.g. ~/.profile or ~/.zshrc: export NVM_DIR="$HOME/.nvm" [ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && . "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm [ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && . "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion

https://github.com/3z3qu13l/laptopSetup/blob/5034e3d5e62fac076ff774e2b4460b8a195a95e3/macos.sh#L48

3z3qu13l commented 3 weeks ago

added comment to do it manually