Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
question about saving history and error reporting
- X-seq: zsh-workers 37418
- From: frederik@xxxxxxx
- To: zsh-workers@xxxxxxx
- Subject: question about saving history and error reporting
- Date: Mon, 21 Dec 2015 12:38:00 -0800
- In-reply-to: <1450718785.14170.ezmlm@zsh.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1450718785.14170.ezmlm@zsh.org>
- Reply-to: frederik@xxxxxxx
- Sender: <frederik@xxxxxxx>
Hi Zsh Workers,
My disk filled up recently and I noticed that although Zsh was not
able to write to the history file, it did not print any error
messages. I see lines like this in the source code:
hist.c:2921
zerr("failed to write history file %s: %e", fn, errno);
Do I have to do something special to have these errors printed to my
terminal? I notice that it prints the messages if I do "chmod u-w
~/.zsh_history" and start a subshell and log out, but since I have
inc_append_history set, I think I should see the errors more often...
Thanks,
Frederick
Messages sorted by:
Reverse Date,
Date,
Thread,
Author