Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
6360f474097202905749ff48187d02b06982d608
/
.
/
completion
/
brew.completion.bash
blob: a0d98193af82998501114db50d60dadea7799dea [
file
] [
log
] [
blame
]
Robert R Evans
c9da086
2010-10-06 17:27:55 -0700
[
diff
] [
blame
]
1
if
[
`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
5
fi