John Schulz | 7ce4184 | 2010-11-10 11:46:05 -0500 | [diff] [blame] | 1 | if which brew >/dev/null 2>&1; then |
Anton Shemerey | b64d4bc | 2011-05-26 23:21:34 +0300 | [diff] [blame] | 2 | if [ -f `brew --prefix`/etc/bash_completion ]; then |
| 3 | . `brew --prefix`/etc/bash_completion |
| 4 | fi |
| 5 | |
Robert R Evans | c9da086 | 2010-10-06 17:27:55 -0700 | [diff] [blame] | 6 | if [ -f `brew --prefix`/Library/Contributions/brew_bash_completion.sh ]; then |
| 7 | . `brew --prefix`/Library/Contributions/brew_bash_completion.sh |
| 8 | fi |
Anton Shemerey | b64d4bc | 2011-05-26 23:21:34 +0300 | [diff] [blame] | 9 | fi |