pull/980/head
parent
2d92d9817f
commit
76d7dfd8bc
|
|
@ -5,7 +5,7 @@
|
||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'node version manager configuration'
|
about-plugin 'node version manager configuration'
|
||||||
|
|
||||||
[ -v $NVM_DIR ] && NVM_DIR="$HOME/.nvm"
|
export NVM_DIR=${NVM_DIR:- $HOME/.nvm}
|
||||||
# This loads nvm
|
# This loads nvm
|
||||||
if command -v brew &>/dev/null && [ -s $(brew --prefix nvm)/nvm.sh ]
|
if command -v brew &>/dev/null && [ -s $(brew --prefix nvm)/nvm.sh ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue