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