diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/grc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/grc.rb b/Library/Formula/grc.rb index 99d898959..dfbcf242c 100644 --- a/Library/Formula/grc.rb +++ b/Library/Formula/grc.rb @@ -39,8 +39,8 @@ class Grc < Formula end def caveats; <<-EOS.undent - New shell sessions will start using GRC after you run the following command: - echo 'source "`brew --prefix grc`/etc/grc.bashrc"' >> ~/.bashrc + New shell sessions will start using GRC after you add this to your profile: + source "`brew --prefix`/etc/grc.bashrc" EOS end end |
