From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20342 invoked from network); 9 Jun 2004 23:07:52 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by ns1.primenet.com.au with SMTP; 9 Jun 2004 23:07:52 -0000 Received: (qmail 2225 invoked from network); 9 Jun 2004 23:06:14 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 9 Jun 2004 23:06:14 -0000 Received: (qmail 24932 invoked by alias); 9 Jun 2004 23:05:59 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7505 Received: (qmail 24919 invoked from network); 9 Jun 2004 23:05:58 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 9 Jun 2004 23:05:55 -0000 Received: (qmail 1129 invoked from network); 9 Jun 2004 23:05:55 -0000 Received: from olympe.madism.org (HELO hermes.madism.org) (82.225.205.10) by a.mx.sunsite.dk with SMTP; 9 Jun 2004 23:05:53 -0000 Received: from localhost (localhost [127.0.0.1]) by hermes.madism.org (Postfix) with ESMTP id 98E9A3C06; Thu, 10 Jun 2004 01:05:26 +0200 (CEST) Received: from hermes.madism.org ([127.0.0.1]) by localhost (olympe [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22383-02; Thu, 10 Jun 2004 01:05:26 +0200 (CEST) Received: by hermes.madism.org (Postfix, from userid 1000) id B754C3C03; Thu, 10 Jun 2004 01:05:25 +0200 (CEST) Date: Thu, 10 Jun 2004 01:05:25 +0200 From: Pierre HABOUZIT To: Jarkko Maja Cc: zsh-users@sunsite.dk Subject: Re: Where to dump all functions/compctls/etc? Message-ID: <20040609230525.GA20230@madism.org> Mail-Followup-To: Jarkko Maja , zsh-users@sunsite.dk References: <20040609205410.2234.qmail@web60303.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <20040609205410.2234.qmail@web60303.mail.yahoo.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at madism.org X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=6.0 tests=BAYES_00 autolearn=no version=2.63 X-Spam-Hits: -4.9 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Thanks in advance. I've that at the start of my .zshrc : autoload -U zrecompile [ -f ~/.zshrc ] && zrecompile -p ~/.zshrc [ -f ~/.zcompdump ] && zrecompile -p ~/.zcompdump [ -f ~/.zshrc.zwc.old ] && rm -f ~/.zshrc.zwc.old [ -f ~/.zcompdump.zwc.old ] && rm -f ~/.zcompdump.zwc.old with that, if you modify your .zshrc you pay the compilation time cost. else, it's very fast --=20 Pierre Habouzit =20 http://www.madism.org/ --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAx5e1vGr7W6HudhwRAlXVAJ90EBUtQq+YKlwuJLhr7fs4u1RBCQCgp5Xo nSDZw/oXcrPSSVz/AGOIMz4= =FOaz -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL--