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