From 033e850a755a6cd87f89b730d40941e17d550023 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 20 Sep 2015 09:22:55 +0200 Subject: [PATCH] bash: liquidprompt: show return value --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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