update brew completion

pull/713/head
Paul Dapolito 2016-04-29 11:38:10 -07:00
parent bc2ae26fa8
commit a5672277cb
1 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,5 @@
if which brew >/dev/null 2>&1; then
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
. `brew --prefix`/Library/Contributions/brew_bash_completion.sh
if [ -f `brew --prefix`/etc/bash_completion.d/brew ]; then
. `brew --prefix`/etc/bash_completion.d/brew
fi
fi