bash: add default bash-completion path for homebrew
This commit is contained in:
parent
ea56dc5af4
commit
2dbcdc9b24
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue