From 42ae2b5d778ae4e9090db0bcae61671347156f8f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 15 Jun 2015 05:04:36 -0700 Subject: [PATCH] nvm setup in shellenv. --- dotfiles/lib/shellenv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/lib/shellenv.sh b/dotfiles/lib/shellenv.sh index 43994d12..4deede0c 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -61,4 +61,6 @@ hash rbenv 2> /dev/null && eval "$(rbenv init -)" test -e /usr/libexec/path_helper && eval `/usr/libexec/path_helper -s` +export NVM_DIR="/Users/imalison/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm export NODE_PATH="/usr/local/lib/node_modules/"