diff --git a/.bashrc b/.bashrc index 61d3e74..f1403ee 100644 --- a/.bashrc +++ b/.bashrc @@ -6,7 +6,8 @@ HISTSIZE=5000 HISTFILESIZE=10000 shopt -s histappend -export PROMPT_COMMAND="history -a" +#export PROMPT_COMMAND="history -a" +PROMPT_COMMAND="history -a; $PROMPT_COMMAND" # If not running interactively, don't do anything case $- in