5 lines
181 B
Bash
5 lines
181 B
Bash
if [ `which brew` ]; then
|
|
if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
|
|
. `brew --prefix`/Library/Contributions/brew_bash_completion.sh
|
|
fi
|
|
fi |