git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-21 09:26:53 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-21 09:26:53 +0100
commit42900f263163133960139481cafaac380dfb8c91 (patch)
treefec33d784224eda8d8e02b3eaaf97f419970e11c
parent8c0145b053c6fd7cc2290dd3b8c2e5c86da7eafa (diff)
downloaddotfiles-42900f263163133960139481cafaac380dfb8c91.tar.bz2
[2]
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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"