What steps will reproduce the problem?
1.Install liquidprompt (or some other command that uses PROMPT_COMMAND)
2.Install advanced-shell-history
3.
What is the expected output? What do you see instead?
Ash should automatically save PROMPT_COMMAND, ie, Liquidprompt should work with
ash as advertised, but ash overwrites PROMPT_COMMAND
What version of the product are you using? On what operating system?
1.55
Please provide any additional information below.
I can fix it by manually setting ASH_PROMPT_COMMAND prior to starting ash, ie:
export ASH_PROMPT_COMMAND=$PROMPT_COMMAND
source /usr/lib/advanced_shell_history/bash
Original issue reported on code.google.com by dewol...@gmail.com on 26 Apr 2014 at 6:30
Original issue reported on code.google.com by
dewol...@gmail.com
on 26 Apr 2014 at 6:30