diff --git a/bashrc b/bashrc index 061c273..711cc96 100644 --- a/bashrc +++ b/bashrc @@ -14,7 +14,7 @@ HISTFILE=~/.bash_history shopt -s histappend . ~/etc/liquidprompt/liquidprompt -PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND" +PROMPT_COMMAND="$PROMPT_COMMAND; history -a; history -c; history -r" shopt -s autocd