osx/custompkg/root/etc/skel/Library/profile.d/900.homebrew-completion.sh

5 lines
155 B
Bash
Raw Normal View History

2020-06-07 18:34:16 +00:00
if which brew 2>&1 >/dev/null ; then
if [ -f $(brew --prefix)/etc/bash_completion ]; then
source $(brew --prefix)/etc/bash_completion
fi
fi