dotfiles/home/.bash_completion.d/homebrew

3 lines
96 B
Text

if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi