Add NVM settings to profile.
This commit is contained in:
@@ -70,6 +70,10 @@ fi
|
|||||||
# Use brew-installed PHP binaries.
|
# Use brew-installed PHP binaries.
|
||||||
export PATH="$brew_prefix/opt/php56/bin:$PATH"
|
export PATH="$brew_prefix/opt/php56/bin:$PATH"
|
||||||
|
|
||||||
|
# Use nvm.
|
||||||
|
export NVM_DIR="$HOME/.nvm"
|
||||||
|
. "$brew_prefix/opt/nvm/nvm.sh"
|
||||||
|
|
||||||
# Vagrant configuration.
|
# Vagrant configuration.
|
||||||
# export VAGRANT_DEFAULT_PROVIDER='virtualbox'
|
# export VAGRANT_DEFAULT_PROVIDER='virtualbox'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user