From 9abc07790b46a889fdd6d72ef9ee843048d16472 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Wed, 18 Jan 2023 16:53:39 -0500 Subject: [PATCH] update to current version that is running (even though not using bash) --- dot_bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_bashrc b/dot_bashrc index ad4581e..bd7221a 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -25,3 +25,7 @@ if [ -d ~/.bashrc.d ]; then fi unset rc + +# Hishtory Config: +export PATH="$PATH:/home/kellya/.hishtory" +source /home/kellya/.hishtory/config.sh