faroncoder / advanced-shell-history

Automatically exported from code.google.com/p/advanced-shell-history
Apache License 2.0
0 stars 0 forks source link

ASH_PROMPT_COMMAND needs to be set manually #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
PS great piece of software!

Original comment by dewol...@gmail.com on 26 Apr 2014 at 6:30