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