From ce9e502964188297732889a9f75b7550f8a4d1da Mon Sep 17 00:00:00 2001 From: Mike Milkman Date: Tue, 19 Apr 2016 15:59:41 +0300 Subject: [PATCH] Fix .bash_profile file name --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index d654889..019be79 100644 --- a/README.markdown +++ b/README.markdown @@ -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() {