[Docs] fixing cdnvm on .bashrc

Javier Infante 2018-12-31 08:42:58 +01:00
parent 206d503a21
commit 5e065ec026
1 changed files with 1 additions and 1 deletions

View File

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