zsh-users
 help / color / mirror / code / Atom feed
From: Timothy Luoma <luomat@peak.org>
To: mito@sprynet.com
Cc: zsh-users@math.gatech.edu
Subject: Re: strange behaviour with .zsh and su
Date: Mon, 14 Apr 1997 09:01:21 -0700 (PDT)	[thread overview]
Message-ID: <Pine.SUN.3.96.970414090030.21724D-100000@kira> (raw)
In-Reply-To: <19970414114827.59780@retriever>


> One question: dosen't putting your init commmands in a .zshenv guarantee
> that these init files will be sourced on *every* invocation of zsh, even
> non-interactive ones? Is it not preferable to have these files sourced
> only if the shell is interactive?

that would be a bad thing, of course.

ZSH has a workaround.  Put whatever you want only for interactive inside
this:

if [[ -o interactive ]]                 # if an interactive shell
then


fi


TjL


-- 
TjL   <luomat@peak.org>   http://www.peak.org/~luomat/next/ 
"Give a man a piece of working code and you solve his problem.
 Teach a man to write code and you give him a 
 lifetime of new problems"	-- me
 
 



  reply	other threads:[~1997-04-14 16:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-14 14:32 Louis-David Mitterrand
1997-04-14 15:06 ` Zefram
1997-04-14 15:47 ` Timothy Luoma
1997-04-14 15:48   ` Louis-David Mitterrand
1997-04-14 16:01     ` Timothy Luoma [this message]
1997-04-14 16:14       ` Louis-David Mitterrand
     [not found]         ` <mito@aparima.com>
1997-04-14 16:54           ` Bart Schaefer
1997-04-14 18:20   ` Stefan Monnier
1997-04-14 18:32     ` Richard Coleman
1997-04-14 20:27       ` Stefan Monnier
1997-04-14 18:42     ` Tom Howland
1997-04-14 16:02 ` gwing
1997-04-14 17:03 ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.SUN.3.96.970414090030.21724D-100000@kira \
    --to=luomat@peak.org \
    --cc=mito@sprynet.com \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).