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