Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Multi-Minute Startup?
- X-seq: zsh-users 13111
- From: "Aaron Davies" <aaron.davies@xxxxxxxxx>
- To: "Tomasz Pala" <gotar@xxxxxxxxxx>
- Subject: Re: Multi-Minute Startup?
- Date: Thu, 7 Aug 2008 17:20:13 +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=dleYzJkafAwqJbq72eHI07XmoNoWPbumUCflyzgPEEg=; b=dwhwU/tEQK9aT+1q+A/FIW06tmPjYCDGBy8Yvla61JQSWZTJE+OLyEvhyMKDVQl0vu 0+qF5PYAUrQxnlcdsV8fRWHM+dvp2PoaOvcXij59WSNSLAZLdx3GI4C+ULjlDNSHvsVY zg+Vc7BPvs90dKGKVmkw06DaZIMgYFmULTsLg=
- 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=U3n4wLdDfUGpC6xnnm9GY23/eOMHpvqpDDwijeIXzAJxoYAMrGMJAnC6FEsVe92yVX U0CpSfFn/1EVJDMBh3xmLlBHY1JThNjNod69ii8LH1DWmheH1BKJ9QTZnm7zlLns+A6m nh8Sb4gx4JuixnFpE2is3T+hLCdCv5VZmZBJk=
- In-reply-to: <20080807085739.GA9291@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <c4e763ac0808062357g44f7b75amf30db12fc1535409@xxxxxxxxxxxxxx> <080807003223.ZM16536@xxxxxxxxxxxxxxxxxxxxxx> <c4e763ac0808070133h42445314q2b1596e74ae31697@xxxxxxxxxxxxxx> <20080807085739.GA9291@xxxxxxxxxxxxxxxx>
On Thu, Aug 7, 2008 at 4:57 PM, Tomasz Pala <gotar@xxxxxxxxxx> wrote:
> On Thu, Aug 07, 2008 at 16:33:21 +0800, Aaron Davies wrote:
>
>> zshenv just loads /etc/profile
>
> It's certainly wrong and should be done in /etc/zprofile.
> Please read "5.1 Startup/Shutdown Files".
fair enough. i'm just reporting on the way it's currently set up, i
didn't write these. this is a suse enterprise 9.3 box, anyone know if
this is a standard suse config?
>> zshrc seems to be mostly setting options, binding editing keys, and
>> initializing the completion system
>
> zshrc file is used for _interactive_ login, so it contains functions,
> aliases and terminal options (like key bindings, shell options and PS*,
> which in fact are shell functions).
> zprofile file is used for _login_ shell (e.g. xterm -ls, zsh -l or -zsh)
> and so it contains environment settings.
so as far as segregation of z* functions, this one is OK?
--
Aaron Davies
aaron.davies@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author