From fa96301b8f77ed20c76d64029422b6dfa9ec0654 Mon Sep 17 00:00:00 2001 From: Miles Pomeroy Date: Thu, 19 Apr 2012 10:14:07 -0600 Subject: grc: find rc file in etc, not prefix/etc Signed-off-by: Adam Vandenberg --- Library/Formula/grc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3