aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMiles Pomeroy2012-04-19 10:14:07 -0600
committerAdam Vandenberg2012-04-24 07:34:50 -0700
commitfa96301b8f77ed20c76d64029422b6dfa9ec0654 (patch)
tree0e897895c2e6d5d3dc1f2ae86c00f6f8f92e2821 /Library
parent3231798c8497fbdff417566e6078ae83b26b6351 (diff)
downloadhomebrew-fa96301b8f77ed20c76d64029422b6dfa9ec0654.tar.bz2
grc: find rc file in etc, not prefix/etc
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/grc.rb4
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