Skip to content

Commit

Permalink
[Tag]: removing cdnvm command in readme for bashrc file
Browse files Browse the repository at this point in the history
There is an uncessary `cdnvm "$PWD" || exit` taking place and not all the systems that have bash come with it, so its uncessary
  • Loading branch information
hasham7861 committed Nov 17, 2023
1 parent 4bdd57b commit 510d152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ cdnvm() {
}

alias cd='cdnvm'
cdnvm "$PWD" || exit

```
This alias would search 'up' from your current directory in order to detect a `.nvmrc` file. If it finds it, it will switch to that version; if not, it will use the default version.
Expand Down

0 comments on commit 510d152

Please sign in to comment.