dotfiles/home/.bash_completion.d/homebrew

4 lines
96 B
Text
Raw Permalink Normal View History

2021-08-26 10:40:51 +02:00
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi