Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
3511e9e2692e7f0cb2bb9d893bbbf2b996e7d1f7
/
.
/
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