bash-it/completion/available/brew.completion.bash

6 lines
156 B
Bash

if which brew >/dev/null 2>&1; then
if [ -f `brew --prefix`/etc/bash_completion.d/brew ]; then
. `brew --prefix`/etc/bash_completion.d/brew
fi
fi