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