Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
862c6438f4659c3755c0a4d64f17e0e15d129cae
/
.
/
completion
/
brew.completion.bash
blob: 371fe77ff6313a9117f795cc981e8242e4a7f543 [
file
] [
log
] [
blame
]
if
which brew
>/
dev
/
null
2
>&
1
;
then
if
[
-
f
`brew --prefix`
/
Library
/
Contributions
/
brew_bash_completion
.
sh
];
then
.
`brew --prefix`
/
Library
/
Contributions
/
brew_bash_completion
.
sh
fi
fi