From 42900f263163133960139481cafaac380dfb8c91 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 21 Mar 2022 09:26:53 +0100 Subject: [2] --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index c0cae3d..4c7835d 100644 --- a/.bashrc +++ b/.bashrc @@ -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" -- cgit v1.2.3