Update version auto switching for .bashrc to use proper version on opening new terminal tab

This commit is contained in:
Mike Milkman 2016-04-19 16:41:59 +03:00
parent ce9e502964
commit 6dbf497000

View File

@ -206,6 +206,7 @@ cd() {
nvm use default
fi
}
cd .
```
Note for [`rvm`](https://github.com/rvm/rvm) users: rvm overrides builtin `cd` function so code should be a bit
@ -221,6 +222,7 @@ cd() {
nvm use default
fi
}
cd .
```
## License