aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-27 15:53:56 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-27 15:53:56 +1200
commit04f1d1233024df3b456135d9e1b3238fb72b616f (patch)
treef2a60e9f931b41184e5fdd8f98bcaf3dcf343ef2 /bash
parentUse command -p to find tty(1) (diff)
downloaddotfiles-04f1d1233024df3b456135d9e1b3238fb72b616f.tar.gz
dotfiles-04f1d1233024df3b456135d9e1b3238fb72b616f.zip
Correct comment in bashrc
Diffstat (limited to 'bash')
-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