Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: remote function problems.
- X-seq: zsh-users 2873
- From: Zefram <zefram@xxxxxxxx>
- To: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- Subject: Re: remote function problems.
- Date: Thu, 13 Jan 2000 09:32:36 +0000 (GMT)
- Cc: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <000001bf5da2$557cca70$21c9ca95@xxxxxxxxxxxxxx> from Andrej Borsenkow at "Jan 13, 2000 11:43:58 am"
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
Andrej Borsenkow wrote:
>We already discussed it. IMHO it is bad idea to put this in zshenv. This will be
>executed for every shell, including zsh scripts, and not ony slows it down but,
>what's worse, function defintions may clash with external commands; it may
>redefine some commands script relies upon; etc ...
That's why zsh scripts start "#!.../zsh -f". zshenv is the right place
to define functions.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author