Browse Source

[Docs] fixing cdnvm on .bashrc

Javier Infante 6 years ago
parent
commit
5e065ec026
  1. 2
      README.md

2
README.md

@ -420,7 +420,7 @@ find-up () { @@ -420,7 +420,7 @@ find-up () {
}
cdnvm(){
cd $@;
cd "$@";
nvm_path=$(find-up .nvmrc | tr -d '[:space:]')
# If there are no .nvmrc file, use the default nvm version

Loading…
Cancel
Save