From 868ef8aacef5dabf8a734c38ec121e4230a0f680 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 1 Feb 2023 01:17:18 -0500 Subject: [PATCH] Auto Update --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index b88aa26..b1851d5 100644 --- a/.bashrc +++ b/.bashrc @@ -6,6 +6,7 @@ HISTSIZE=5000 HISTFILESIZE=10000 shopt -s histappend +unset PROMPT_COMMAND export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND" # If not running interactively, don't do anything