Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: .zlogin RCSing bug



"Andrei V. Emelianenko" wrote:
> I found that .zlogin is sourced not only when the zsh is a login shell
> but also when it is an interactive shell.
> 
> This happened in zsh 2.6-beta4, 3.0.5 and this happens in 3.0.6.

I can't see a problem in 3.0.6.  Maybe what you've found is simply that
login shells are *also* interactive shells, which is certainly true?  Or is
there some initialisation code (e.g. in .zshenv or .zshrc) setting the
login option?  Try putting
  [[ -o login ]] && print "Shell is a login shell"
in .zlogin to check whether a shell executing .zlogin thinks it's a login
shell or not.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



Messages sorted by: Reverse Date, Date, Thread, Author