diff --git a/bash_profile b/bash_profile index 0f3d682..5c203d7 100644 --- a/bash_profile +++ b/bash_profile @@ -100,6 +100,14 @@ complete -C aws_completer aws [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" +# ---------------------------------------------------------------------- +# nvm +# ---------------------------------------------------------------------- + +# export NVM_DIR="$HOME/.nvm" +# . "/usr/local/opt/nvm/nvm.sh" + + # ---------------------------------------------------------------------- # ssh hack for SSH_AUTH_SOCK # ----------------------------------------------------------------------