From 5e065ec026bb5386338904109708062af9ca352f Mon Sep 17 00:00:00 2001 From: Javier Infante Date: Mon, 31 Dec 2018 08:42:58 +0100 Subject: [PATCH] [Docs] fixing cdnvm on .bashrc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e3f939..3faf89e 100644 --- a/README.md +++ b/README.md @@ -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