diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-08-17 20:21:10 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-08-17 20:21:10 +1200 |
commit | c38c6286d01793c9ffbd2edcdbe3ecc818ebeaad (patch) | |
tree | ea297e43afefe70990d44345d5c21f08ad502387 /bash/bashrc | |
parent | Explain ksh.sh a bit more (diff) | |
download | dotfiles-c38c6286d01793c9ffbd2edcdbe3ecc818ebeaad.tar.gz dotfiles-c38c6286d01793c9ffbd2edcdbe3ecc818ebeaad.zip |
Update bashrc/zshrc with POSIX funcs source
Diffstat (limited to 'bash/bashrc')
-rw-r--r-- | bash/bashrc | 2 |
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 |