From c38c6286d01793c9ffbd2edcdbe3ecc818ebeaad Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 17 Aug 2016 20:21:10 +1200 Subject: Update bashrc/zshrc with POSIX funcs source --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc') 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 -- cgit v1.2.3