zsh: Source nvm properly
This commit is contained in:
parent
9ac46fe092
commit
f086ec925c
3 changed files with 5 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ ${prompt}"
|
|||
export RPROMPT=''
|
||||
|
||||
# aliases
|
||||
source $HOME/.profile
|
||||
source $HOME/.config/zsh/aliases
|
||||
|
||||
source $HOME/.config/zsh/j.sh
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue