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