From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17106 invoked from network); 6 Sep 2000 12:41:44 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Sep 2000 12:41:44 -0000 Received: (qmail 5410 invoked by alias); 6 Sep 2000 12:41:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12752 Received: (qmail 5402 invoked from network); 6 Sep 2000 12:41:22 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: When should interactive option be set/.zshrc read? Date: Wed, 6 Sep 2000 16:41:15 +0400 Message-ID: <000601c017ff$bedcbad0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal I was sure, that my .zshrc was read only by interactice zsh, but bor@itsrm2% print $options[interactive] on <= correct bor@itsrm2% : | (print $options[interactive]) on <= ?? I doubt, this shell can be considered "interactive" The reason I noted this, I used something like tar cf - . | (cd /foo && tar xf -) and my .zshrc defines chpwd() function that changes window title. It was suddenly changed. But then it means, that all initialization, including completion, takes place. I believe, it is wrong. I /think/ it was changed fairly recently, but I may be wrong. -andrej Have a nice DOS! B >>