From 4cc6665d0aa159fa7799b1d3e017052ff6eca844 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Mon, 14 Nov 2011 12:52:10 -0600 Subject: [PATCH] Zsh users need to modify ~/.zshenv, not ~/.zshrc --- README.md | 4 ++-- doc/README.mdtoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f704ae8..bd576f44 100644 --- a/README.md +++ b/README.md @@ -100,13 +100,13 @@ easy to fork and contribute any changes back upstream. $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile - **Zsh note**: Modifiy your `~/.zshrc` file instead of `~/.bash_profile`. + **Zsh note**: Modifiy your `~/.zshenv` file instead of `~/.bash_profile`. 3. Add rbenv init to your shell to enable shims and autocompletion. $ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile - **Zsh note**: Modifiy your `~/.zshrc` file instead of `~/.bash_profile`. + **Zsh note**: Modifiy your `~/.zshenv` file instead of `~/.bash_profile`. 4. Restart your shell so the path changes take effect. You can now begin using rbenv. diff --git a/doc/README.mdtoc b/doc/README.mdtoc index 34158206..d23fa740 100644 --- a/doc/README.mdtoc +++ b/doc/README.mdtoc @@ -81,13 +81,13 @@ easy to fork and contribute any changes back upstream. $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile - **Zsh note**: Modifiy your `~/.zshrc` file instead of `~/.bash_profile`. + **Zsh note**: Modifiy your `~/.zshenv` file instead of `~/.bash_profile`. 3. Add rbenv init to your shell to enable shims and autocompletion. $ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile - **Zsh note**: Modifiy your `~/.zshrc` file instead of `~/.bash_profile`. + **Zsh note**: Modifiy your `~/.zshenv` file instead of `~/.bash_profile`. 4. Restart your shell so the path changes take effect. You can now begin using rbenv.