bash: liquidprompt: show return value
This commit is contained in:
parent
fe60d0a7a2
commit
033e850a75
2
bashrc
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user