diff options
| author | elliottcable | 2009-09-20 16:38:56 -0800 |
|---|---|---|
| committer | elliottcable | 2009-09-22 13:15:15 -0800 |
| commit | d7c3954e30a377c2473fc2ec2c3bab6e501c6d2b (patch) | |
| tree | 5bb74a175d6f3e724946d833afef3b2d4240491b /Library/Formula | |
| parent | e35b8e0191e8db5bda1e8934f04dd9b095970eff (diff) | |
| download | homebrew-d7c3954e30a377c2473fc2ec2c3bab6e501c6d2b.tar.bz2 | |
The bash completion stuff should go in the bash profile
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bash-completion.rb | 2 |
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 |
