mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 22:51:51 +00:00
Fix .bash_profile file name
This commit is contained in:
parent
a05f8c0358
commit
ce9e502964
@ -210,7 +210,7 @@ cd() {
|
||||
|
||||
Note for [`rvm`](https://github.com/rvm/rvm) users: rvm overrides builtin `cd` function so code should be a bit
|
||||
different to make `rvm` and `nvm` work both without conflicts and you should place it after `rvm` sourcing its scripts.
|
||||
For example, on Ubuntu it should be placed into `$HOME/.bash_profil`:
|
||||
For example, on Ubuntu it should be placed into `$HOME/.bash_profile`:
|
||||
|
||||
```bash
|
||||
cd() {
|
||||
|
Loading…
Reference in New Issue
Block a user