Merge 050a415fba into 07b9305d2f
commit
81ad3ff4f7
|
|
@ -2,6 +2,10 @@ if which brew >/dev/null 2>&1; then
|
||||||
if [ -f `brew --prefix`/etc/bash_completion ]; then
|
if [ -f `brew --prefix`/etc/bash_completion ]; then
|
||||||
. `brew --prefix`/etc/bash_completion
|
. `brew --prefix`/etc/bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
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
|
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
|
||||||
. `brew --prefix`/Library/Contributions/brew_bash_completion.sh
|
. `brew --prefix`/Library/Contributions/brew_bash_completion.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue