diff options
author | mail_redacted_for_web | 2022-03-21 09:26:53 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-21 09:26:53 +0100 |
commit | 42900f263163133960139481cafaac380dfb8c91 (patch) | |
tree | fec33d784224eda8d8e02b3eaaf97f419970e11c /.bashrc | |
parent | 8c0145b053c6fd7cc2290dd3b8c2e5c86da7eafa (diff) | |
download | dotfiles-42900f263163133960139481cafaac380dfb8c91.tar.bz2 |
[2]
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ export HISTCONTROL=ignoredups # Do we have our base directory? [ ! -x "$BBD" ] && return MYKERN="$(uname -s)" -for i in vars aliases exec prompt;do +for i in vars aliases exec prompt postexec;do # shellcheck disable=SC1090 if [ -r "${BBD}/${i}.bash" ];then source "${BBD}/${i}.bash" |