I have tested with your .zshrc and I don't have the problem you describe.
Are you sure that your config.h has the modifications the patch adds
to config.def.h?
Regards,
Good point. I'll apply it.
Thanks.
See attached patch.
>From 59aa82b74793e0fea438c3d328687791161bef68 Mon Sep 17 00:00:00 2001
From: sin
Date: Tue, 11 Nov 2014 18:29:11 +
Subject: [PATCH] Call _exit() instead of exit() if exec*() fails
exit() will also unwind the atexit() functions. This is bad
because if exec*() fails the pr
On Tue, Nov 11, 2014 at 07:53:06AM +0100, k...@shike2.com wrote:
> Do you have something in .zshrc?
# completion
autoload -U compinit
compinit
# correction
setopt correctall
# prompt
autoload -U promptinit
promptinit
prompt gentoo
#Prevent from putting duplicate lines in the history
setopt HIST