Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: adding a toplevel zsh.spec.in file
- X-seq: zsh-workers 12306
- From: Zefram <zefram@xxxxxxxx>
- To: Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?= <teg@xxxxxxxxxx>
- Subject: Re: PATCH: Re: adding a toplevel zsh.spec.in file
- Date: Tue, 18 Jul 2000 21:37:59 +0100 (BST)
- Cc: Zefram <zefram@xxxxxxxx>, zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- In-reply-to: <xuyzonfjj6v.fsf@xxxxxxxxxxxxxxxxxxxxxx> from Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?= at "Jul 18, 2000 04:07:52 pm"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?= wrote:
>The default value sucks (IMHO) - the alternative is patching the
>source, which would be much more confusing. The solution for zsh is
>simple - just set something in your .zshrc.
>
>HISTSIZE isn't too bad (you can override it) and /etc/inputrc is
>necesarry to make bash 1.4x work with non-ASCII characters.
Setting the prompt, INPUTRC and so on by default without stepping
on users' toes is easy -- just set them in /etc/skel/.{ba,z}shrc.
There's no tradeoff required between default functionality and keeping
out of the way, there's no fine line to walk, /etc/skel lets you provide
arbitrarily clever functionality to users that don't attempt to configure
their shells at all while simultaneously leaving the shells' own standard
default settings completely unaffected and available to anyone that
wants to write their own dotfiles.
Given the availability of such a mechanism, any /etc/profile that fiddles
with the configuration of an interactive shell can only be regarded as
broken. The argument about providing new functionality to users with
old dotfiles just doesn't hold water, especially when one is creating
a package to be used when setting up a new system, where there are no
existing users to be concerned about.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author