bash: liquidprompt: show return value

This commit is contained in:
Gabriel Ebner 2015-09-20 09:22:55 +02:00
parent fe60d0a7a2
commit 033e850a75

2
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