aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-17 20:21:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-17 20:21:10 +1200
commitc38c6286d01793c9ffbd2edcdbe3ecc818ebeaad (patch)
treeea297e43afefe70990d44345d5c21f08ad502387 /bash/bashrc
parentExplain ksh.sh a bit more (diff)
downloaddotfiles-c38c6286d01793c9ffbd2edcdbe3ecc818ebeaad.tar.gz
dotfiles-c38c6286d01793c9ffbd2edcdbe3ecc818ebeaad.zip
Update bashrc/zshrc with POSIX funcs source
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index ef80a8eb..f36471f7 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -108,7 +108,7 @@ fi
# Load POSIX shell functions, Bash-specific scripts, and Bash completion files,
# in that order
-for sh in "$HOME"/.shrc.d/*.sh \
+for sh in "$ENV" \
"$HOME"/.bashrc.d/*.bash \
"$HOME"/.bash_completion.d/*.bash ; do
[[ -e $sh ]] || continue