Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: delay in exitting from zsh shell
- X-seq: zsh-users 16570
- From: Eugene Dzhurinsky <jdevelop@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: delay in exitting from zsh shell
- Date: Thu, 10 Nov 2011 12:15:53 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=AGxJmSJE1iO8tG3b7xDvk3NSch0Q7iwAq/uJsz8czBU=; b=b4UMfrHVURarI//Qn7ogTUVZ6WwhJ2nG1PW9hmCOQe7QXzqSfrDPxdgYvNzn1zasWI bra6/z1jiN6uor8KWtkMBADo1lwHIABk8AmIcUqihq5BhMY9dlgFiK4sOksyUfy2s3Zx u31ZwypKXDvSdSnEerZJOztcMds4NeMRR8GFQ=
- In-reply-to: <111110021007.ZM6786@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20111109222020.GB10120@devbox> <111109195118.ZM6411@torch.brasslantern.com> <20111110071946.GA2380@devbox> <111110021007.ZM6786@torch.brasslantern.com>
On Thu, Nov 10, 2011 at 02:10:07AM -0800, Bart Schaefer wrote:
> However, it might be simpler just to unset the options that cause the
> file to be deduped on shell exit, and e.g. allow it to be deduped on
> shell startup instead.
Okay, thank you for the explanations - I was sure that I am not seeing the
whole picture :) About the solution - is it possible to, for example,
configure ZSH to have alias for "de-fragmenting" such a large history files on
demand?
And the problem is that even if I comment out the lines:
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
#setopt append_history
#setopt inc_append_history
#setopt histignorealldups
#setopt histignorespace
#setopt histreduceblanks
#setopt histsavenodups
#setopt sharehistory
#setopt nohup
it still takes the same (as per my feeling) time as with having those lines in
the configuration. What may be wrong here?
--
Eugene N Dzhurinsky
Attachment:
pgpwr2FLOHtGy.pgp
Description: PGP signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author