From 3b177d8c95f70db8e27fd046711f480e81ea3fa7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 16 Apr 2023 17:06:22 -0500 Subject: uhhhh --- bash/completion.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash/completion.bash') diff --git a/bash/completion.bash b/bash/completion.bash index 764463e..2b3ca37 100644 --- a/bash/completion.bash +++ b/bash/completion.bash @@ -2,14 +2,14 @@ # Source bash completion libraries POSSIBLE_COMPLETION_FILES=( - /etc/bash_completion # Debian + /etc/bash_completion # Debian /etc/profile.d/bash_completion.sh # Alpine # I'm sure there are many more + /usr/share/bash-completion/bash_completion ) for candidate in "${POSSIBLE_COMPLETION_FILES[@]}"; do if [[ -r "$candidate" ]]; then source "$candidate" - break # XXX: Do I want this? fi done -- cgit 1.4.1-21-gabe81