blob: a0d98193af82998501114db50d60dadea7799dea [file] [log] [blame]
Robert R Evansc9da0862010-10-06 17:27:55 -07001if [ `which brew` ]; then
2 if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
3 . `brew --prefix`/Library/Contributions/brew_bash_completion.sh
4 fi
5fi