Re: [PATCH] zexit: don't write history in sub-shells
dana <[email protected]> Wed, 08 Jul 2026 22:17:22 -0500
| Newsgroups | gmane.comp.shells.zsh.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed 8 Jul 2026, at 21:56, dana wrote: > i think the lock failure is because both the sub-shell exiting and the > command executing want to save the history i should mention you probably need some form of inc_append_history enabled to trigger this with inc_append_history_time even this will do it: ( exit ) & but it might take a few tries dana