Log in / Register
Ubuntu
bash package
Overview
Code
Bugs
Blueprints
Translations
Answers
Bug #189881
Comment #1
Comment 1 for bug 189881
Revision history for this message
Nos (7-launchpad-bleaksky-net)
wrote
on 2009-04-29
:
#1
This can be solved by:
export PROMPT_
COMMAND=
"history -a;history -r;$PROMPT_COMMAND"
This can be solved by: export PROMPT_COMMAND="history -a;history -r;$PROMPT_COMMAND"
This can be solved by: COMMAND= "history -a;history -r;$PROMPT_COMMAND"
export PROMPT_