Not seeing anyone else answering I will jump in even though I don't
share history myself and don't know this topic in detail.
Julien Allali wrote:
>I use to trap function as follow:
>
> function histo(){
> history -a;
> history -r;
> }
>
> trap histo DEBUG
Instead of using the debug tra
Hy,
I use to trap function as follow:
function histo(){
history -a;
history -r;
}
trap histo DEBUG
The bug is the following:
$ emacs &
$ jobs
[1]+ Running history -r &
In addition I would like to know if there is another way to force
history to be synchronise after eac