Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZSH history not saved anymore
On Tue, 23 Sep 2014 23:03:19 +0200
Tassilo Horn <tsdh@xxxxxxx> wrote:
> I've just started using enlightenment 19 coming from Gnome. Now my
> terminal emulator is terminology instead of gnome-terminal.
>
> Today, I've noticed that since then my ZSH history file doesn't get
> updated anymore. That is, when terminating the terminal emulator, it
> seems that ZSH has no chance to save the histfile anymore. As a
> workaround I can just quit ZSH before terminating terminology using the
> "exit" command.
The terminal should send SIGHUP to the shell and give it a chance to
handle it.
If you do
TRAPHUP() {
print "Exiting on signal" >~/zsh_exited
exit
}
do you see the message being written to the file ~/zsh_exited?
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author