Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
45a50c099e5966794c4c1706cdc15cfdbb33c20d
/
.
/
completion
/
brew.completion.bash
blob: a0d98193af82998501114db50d60dadea7799dea [
file
] [
log
] [
blame
]
if
[
`which brew`
];
then
if
[
-
f
`brew --prefix`
/
Library
/
Contributions
/
brew_bash_completion
.
sh
];
then
.
`brew --prefix`
/
Library
/
Contributions
/
brew_bash_completion
.
sh
fi
fi