blob: 371fe77ff6313a9117f795cc981e8242e4a7f543 [file] [log] [blame]
John Schulz7ce41842010-11-10 11:46:05 -05001if which brew >/dev/null 2>&1; then
Robert R Evansc9da0862010-10-06 17:27:55 -07002 if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
3 . `brew --prefix`/Library/Contributions/brew_bash_completion.sh
4 fi
5fi