From 1285127f91fedcfa180fb83684949db98f2f5d4d Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 1 Feb 2023 01:17:56 -0500 Subject: [PATCH] Auto Update --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index b1851d5..b88aa26 100644 --- a/.bashrc +++ b/.bashrc @@ -6,7 +6,6 @@ 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