Fix brew completion

This commit is contained in:
Piotr Usewicz
2010-10-06 13:53:00 +01:00
parent 014e991098
commit 7899cb4e8e

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