Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Startup files
- X-seq: zsh-workers 3178
- From: Bernd Eggink <eggink@xxxxxxxxxxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: Startup files
- Date: Fri, 30 May 1997 21:10:24 +0200
- Organization: Regionales Rechenzentrum der Uni Hamburg
- Sender: rz2a022@xxxxxxxxxxxxxxxxxx
The documentation (3.1.0) says that "Commands are first read from
/etc/zshenv". This is not true.
"init.c" shows that each startup file from /etc is read only if the
appropriate #define is set (GLOBAL_ZSHENV, GLOBAL_ZPROFILE etc), but
none is set by default. On the other hand, the INSTALL file (if I got it
right) says that one has to explicitely _disable_ processing of a
scriptfile by adding the option --disable-scriptname to 'configure',
which suggests that GLOBAL_scriptname is set by default.
What is the intention? I'd prefer an implementation of the documented
default behaviour.
Bernd
--
Bernd Eggink
Regionales Rechenzentrum der Universitaet Hamburg
eggink@xxxxxxxxxxxxxxxxxx
http://www.rrz.uni-hamburg.de/eggink/BEggink.html
Messages sorted by:
Reverse Date,
Date,
Thread,
Author