Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh startup files
- X-seq: zsh-users 2237
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: zsh startup files
- Date: Thu, 25 Mar 1999 12:22:39 +0100
- In-reply-to: "Wolfgang Hukriede"'s message of "Thu, 25 Mar 1999 11:55:41 NFT." <199903251055.LAA02436@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
Wolfgang Hukriede wrote:
> Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> :
>
> > To summarise: Invoking zsh -b, or calling `setopt GLOBAL_RCS_FIRST' in
> > /etc/zshenv, would force the order of scripts to be
> > /etc/zshenv /etc/zprofile /etc/zshrc /etc/zlogin
> > ~/.zshenv ~/.zprofile ~/.zshrc ~/.zlogin
> > As with the NO_RCS option, setting or unsetting the option at any later
> > point would have no effect. The sysadmin could force all the global
> > scripts to be used before the user does anything.
(I've sent a patch for this, but the option has to be -d instead of -b,
since that turns out to mean `end of option processing' on the command
line.)
> How about allowing the *user* to `setopt GLOBAL_RCS_FIRST' in their
> own ~/.zshenv
This makes things rather complicated; there's no fundamental difficulty,
but I'd prefer to keep it clean. The idea is not that you're at war with
the sysadmin, who's supposed to make it easy for users to set their own
preferences. But if this is popular enough...
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author