mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-22 08:17:07 +00:00
[Docs] fixing cdnvm on .bashrc
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user