Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: example startup file
- X-seq: zsh-workers 14277
- From: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxx>
- Subject: Re: example startup file
- Date: Wed, 9 May 2001 09:43:46 +0400 (MSD)
- In-reply-to: <3AF833DA.85B97A2E@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
On Tue, 8 May 2001, Oliver Kiddle wrote:
> manpath=($X11HOME/man /usr/man /usr/lang/man /usr/local/man)
> export MANPATH
>
That's bad and does not belong to generic .zshrc. It blindly overwrites
systems defaults and should be removed. The location of man pages is too
system-dependent. And if anybody installs its own man pages, he knows how
to access them :-)
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author