aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bash-completion.rb
diff options
context:
space:
mode:
authorelliottcable2009-09-20 16:38:56 -0800
committerelliottcable2009-09-22 13:15:15 -0800
commitd7c3954e30a377c2473fc2ec2c3bab6e501c6d2b (patch)
tree5bb74a175d6f3e724946d833afef3b2d4240491b /Library/Formula/bash-completion.rb
parente35b8e0191e8db5bda1e8934f04dd9b095970eff (diff)
downloadhomebrew-d7c3954e30a377c2473fc2ec2c3bab6e501c6d2b.tar.bz2
The bash completion stuff should go in the bash profile
Diffstat (limited to 'Library/Formula/bash-completion.rb')
-rw-r--r--Library/Formula/bash-completion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bash-completion.rb b/Library/Formula/bash-completion.rb
index acbbef2c4..e9696c3c7 100644
--- a/Library/Formula/bash-completion.rb
+++ b/Library/Formula/bash-completion.rb
@@ -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