aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/bash/bashrc b/bash/bashrc
index cb5cb3d3..2f54a0cd 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -93,8 +93,7 @@ fi
# character: <http://tiswww.case.edu/php/chet/bash/FAQ> (E13)
[[ -n $COMP_WORDBREAKS ]] && COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
-# Load POSIX shell functions, Bash-specific scripts, and Bash completion files,
-# in that order
+# Load POSIX shell startup files and then Bash-specific ones
for sh in "$ENV" "$HOME"/.bashrc.d/*.bash ; do
[[ -e $sh ]] && source "$sh"
done