From fb0ec9e15728b8d61af693cf465660269b8a2b7b Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Sat, 1 Oct 2011 11:05:31 -0500 Subject: [PATCH] Be explicit about ~ --- README.md | 2 +- doc/README.mdtoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b0f1fe1..3ceabdd8 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ easy to fork and contribute any changes back upstream. 2. Add `~/.rbenv/bin` to your `$PATH` for access to the `rbenv` command-line utility. - $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .bash_profile + $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile **Zsh note**: Modifiy your `~/.zshrc` file instead of `~/.bash_profile`. diff --git a/doc/README.mdtoc b/doc/README.mdtoc index f45af87c..0b493d54 100644 --- a/doc/README.mdtoc +++ b/doc/README.mdtoc @@ -79,13 +79,13 @@ easy to fork and contribute any changes back upstream. 2. Add `~/.rbenv/bin` to your `$PATH` for access to the `rbenv` command-line utility. - $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .bash_profile + $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile **Zsh note**: Modifiy your `~/.zshrc` file instead of `~/.bash_profile`. 3. Add rbenv init to your shell to enable shims and autocompletion. - $ echo 'eval "$(rbenv init -)"' >> .bash_profile + $ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile **Zsh note**: Modifiy your `~/.zshrc` file instead of `~/.bash_profile`.