From 7cd6322c3d79b0ddb18da7c4946da42e60e6b138 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 1 Feb 2023 01:40:59 -0500 Subject: [PATCH] Auto Update --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 329e602..5ae3992 100644 --- a/.bashrc +++ b/.bashrc @@ -6,7 +6,7 @@ HISTSIZE=5000 HISTFILESIZE=10000 shopt -s histappend -PROMPT_COMMAND="history -a" +export PROMPT_COMMAND="history -a" # If not running interactively, don't do anything case $- in