diff --git a/.bash_profile b/.bash_profile index 9b3f368..abe661e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -68,8 +68,8 @@ fi export PATH="$brew_prefix/opt/php56/bin:$PATH" # Use nvm. -# export NVM_DIR="$HOME/.nvm" -# . "$brew_prefix/opt/nvm/nvm.sh" +export NVM_DIR="$HOME/.nvm" +. "$brew_prefix/opt/nvm/nvm.sh" # Vagrant configuration. # export VAGRANT_DEFAULT_PROVIDER='virtualbox'