Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Multi-Minute Startup?
- X-seq: zsh-users 13108
- From: "Aaron Davies" <aaron.davies@xxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Multi-Minute Startup?
- Date: Thu, 7 Aug 2008 16:33:21 +0800
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=iXTzY0uPLN36z3Y9xHMi9js43owcFcLDouFEaxSYBag=; b=G1nOLl2ghWqM2PjkBPud/VP0jeZVPfWz1QNICD+UF/1gAZ8yOgh9rEUH1HJ8pHH234 /kCANAUrwQAC+999d7i0LFbqcysO2Mgo1lm2iaD4hLoe69k+u/0ouwM/sPNknho4u3cV ZM6HlcUrWLGgJAzaaT6HfLFbXY9Es01mAA/54=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=b7MH3iv9f/XCgjhFwM3FJ0W0fpx6msU5msn2ivDJ1s0WGgpW+4xYbkgYgzIobMrT/R STU1OcaLM/vWzKyyMFtm+xL6P2B0RVV4KULrl14wGKFkN7bduhqMuvfR8kD4tZZ8K29L hHPyzWU+FyHVfdVfUI3pHI2XHvk5TKEaFKlKw=
- In-reply-to: <080807003223.ZM16536@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <c4e763ac0808062357g44f7b75amf30db12fc1535409@xxxxxxxxxxxxxx> <080807003223.ZM16536@xxxxxxxxxxxxxxxxxxxxxx>
On Thu, Aug 7, 2008 at 3:32 PM, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Aug 7, 2:57pm, Aaron Davies wrote:
> }
> } It takes zsh multiple minutes (around 3) to start up on a new server I
> } just got access to.
>
> I seem to recall this coming up at Panix or somewhere like that, before.
> In that case I believe the problem was that it was populating a table of
> all the user names on the system.
>
> } only /etc/zshenv and /etc/zshrc are actually present.
>
> So what's *in* those files? And is "zsh -f" faster? What about
> "zsh -o noglobalrcs" ?
zshenv just loads /etc/profile
zshrc seems to be mostly setting options, binding editing keys, and
initializing the completion system
zsh -f and zsh -o noglobalrcs both start instantaneously
--
Aaron Davies
aaron.davies@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author