The bash completion stuff should go in the bash profile
This commit is contained in:
parent
b27582de9a
commit
db94cfdbd4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class BashCompletion <Formula
|
|||
def caveats
|
||||
puts <<-EOS
|
||||
==============================================================
|
||||
Add the following lines to your ~/.profile file:
|
||||
Add the following lines to your ~/.bash_profile file:
|
||||
if [ -f `brew --prefix`/etc/bash_completion ]; then
|
||||
. `brew --prefix`/etc/bash_completion
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue