The bash completion stuff should go in the bash profile

This commit is contained in:
elliottcable 2009-09-20 16:38:56 -08:00
parent b27582de9a
commit db94cfdbd4

View file

@ -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