bash: add default bash-completion path for homebrew

This commit is contained in:
Fernando Schauenburg 2020-12-13 13:46:33 +01:00
parent ea56dc5af4
commit 2dbcdc9b24

View file

@ -446,6 +446,7 @@ _update_colors "${BACKGROUND:-dark}"
# shellcheck disable=SC1090
while read -r f; do [ -f "$f" ] && source "$f"; done <<EOF
/usr/local/etc/profile.d/bash_completion.sh
/usr/share/bash-completion/bash_completion
$LOCAL_CONFIG/bash/profile
EOF