grc: find rc file in etc, not prefix/etc
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
fcdd371b1c
commit
6505d49432
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue