Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: example startup file
- X-seq: zsh-workers 14278
- From: Dan Nelson <dnelson@xxxxxxxxxxxx>
- To: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- Subject: Re: example startup file
- Date: Wed, 9 May 2001 01:38:26 -0500
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <Pine.SV4.4.33.0105090940410.19018-100000@xxxxxxxxxxxxxxxxxxxxx>; from "Andrej Borsenkow" on Wed May 9 09:43:46 GMT 2001
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <3AF833DA.85B97A2E@xxxxxxxxxxxxx> <Pine.SV4.4.33.0105090940410.19018-100000@xxxxxxxxxxxxxxxxxxxxx>
In the last episode (May 09), Andrej Borsenkow said:
> 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 :-)
If anything, use
whence manpath 2>/dev/null && export MANPATH=`manpath`
which will use the system-generated manpath if one is available.
--
Dan Nelson
dnelson@xxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author