From 04f1d1233024df3b456135d9e1b3238fb72b616f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 27 Aug 2016 15:53:56 +1200 Subject: Correct comment in bashrc --- bash/bashrc | 3 +-- 1 file changed, 1 insertion(+), 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: (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 -- cgit v1.2.3