blob: 50f6c08d4c4d757b82308eff8bacf9b942ec2e62 [file] [log] [blame]
John Schulz7ce41842010-11-10 11:46:05 -05001if which brew >/dev/null 2>&1; then
Anton Shemereyb64d4bc2011-05-26 23:21:34 +03002 if [ -f `brew --prefix`/etc/bash_completion ]; then
3 . `brew --prefix`/etc/bash_completion
4 fi
5
Robert R Evansc9da0862010-10-06 17:27:55 -07006 if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then
7 . `brew --prefix`/Library/Contributions/brew_bash_completion.sh
8 fi
Anton Shemereyb64d4bc2011-05-26 23:21:34 +03009fi