Fix brew completion

pull/3/head
Piotr Usewicz 2010-10-06 13:53:00 +01:00
parent 014e991098
commit 7899cb4e8e
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
. `brew --prefix`/Library/Contributions/brew_bash_completion.sh
fi