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

4 lines
104 B
Bash

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