mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
nvm sourcing
This commit is contained in:
parent
4ffea52d60
commit
8b3f5a9458
@ -104,9 +104,10 @@ complete -C aws_completer aws
|
||||
# nvm
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# export NVM_DIR="$HOME/.nvm"
|
||||
# . "/usr/local/opt/nvm/nvm.sh"
|
||||
|
||||
if [ -s "$HOME/.nvm" ]; then
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
. "/usr/local/opt/nvm/nvm.sh"
|
||||
fi
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# ssh hack for SSH_AUTH_SOCK
|
||||
|
Loading…
Reference in New Issue
Block a user