update brew.completion.bash

fixed path for the brew completion file
pull/741/head
Nasr S. Hassanein 2016-06-13 03:29:25 +03:00 committed by GitHub
parent 758bcdae19
commit bc17971c3e
1 changed files with 2 additions and 2 deletions

View File

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