mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 07:23:17 -09:00
add nvm
This commit is contained in:
parent
6223e7711a
commit
0e3a645fb6
5
.zshrc
5
.zshrc
@ -102,3 +102,8 @@ eval "$(zoxide init zsh)"
|
||||
|
||||
#tail -n 10 ~/todo
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user