From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26598 invoked by alias); 10 Nov 2011 10:16:05 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16570 Received: (qmail 19199 invoked from network); 10 Nov 2011 10:16:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.215.171 as permitted sender) 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= Date: Thu, 10 Nov 2011 12:15:53 +0200 From: Eugene Dzhurinsky To: zsh-users@zsh.org Subject: Re: delay in exitting from zsh shell Message-ID: <20111110101553.GA1368@devbox.epam.com> Mail-Followup-To: zsh-users@zsh.org References: <20111109222020.GB10120@devbox> <111109195118.ZM6411@torch.brasslantern.com> <20111110071946.GA2380@devbox> <111110021007.ZM6786@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: <111110021007.ZM6786@torch.brasslantern.com> User-Agent: Mutt/1.5.21 (2010-09-15) --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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=3D~/.histfile HISTSIZE=3D10000 SAVEHIST=3D10000 #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? --=20 Eugene N Dzhurinsky --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iQEcBAEBAgAGBQJOu6RZAAoJEJl2g18bZPdRwlMIAKzyguCNi58ZMTRejWti2NYg yHaR4O8u39CIXn2h0kpUB4nv3wZF+QQE8FUh4dyt4BIY6AtiuuaxFEiZj1c/BjRc hXGhJIt/k4M8oWDlEzdamMRG8y523ETSowlaLGOA3OPwqHvXEIgkxjzXzK1UnXyW CQ09P6dZ6Fdy+7RX6IYVkvpGKfequRz2Mcw5Ycsm5GWAk96CGS++fGueZ5gjuTmg yWPLaemh/cXmMVckCc4uirMou6zFK+oX1FGgVjMLKa3ws3pbEISubfMQQsJnz7rp nGePuEdNufhkahEx8w5e1cHcxTn6Lg1doBixrviAXIwWUgnEmoinlcAji6EyK68= =qk8L -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1--