Skip to content

Commit

Permalink
plenv: Update for zsh users (caveats section)
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#44852.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
  • Loading branch information
brxfork authored and bfontaine committed Oct 12, 2015
1 parent b5ce3aa commit 3642ac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/plenv.rb
Expand Up @@ -16,6 +16,8 @@ def install
def caveats; <<-EOS.undent
To enable shims add to your profile:
if which plenv > /dev/null; then eval "$(plenv init -)"; fi
With zsh, add to your .zshrc:
if which plenv > /dev/null; then eval "$(plenv init - zsh)"; fi
EOS
end
end

0 comments on commit 3642ac3

Please sign in to comment.