From 9ae0d5b32865f958ce49de5a697ee84ac7c36f53 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 1 Feb 2023 05:13:27 -0500 Subject: [PATCH] Auto Update --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 61d3e74..f1403ee 100644 --- a/.bashrc +++ b/.bashrc @@ -6,7 +6,8 @@ HISTSIZE=5000 HISTFILESIZE=10000 shopt -s histappend -export PROMPT_COMMAND="history -a" +#export PROMPT_COMMAND="history -a" +PROMPT_COMMAND="history -a; $PROMPT_COMMAND" # If not running interactively, don't do anything case $- in