zsh-workers
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier+lists/zsh/workers/news/@TEQUILA.SYSTEMSZ.CS.YALE.EDU>
To: zsh-workers@math.gatech.edu
Subject: Re: ideas, questions, and bugs (?)
Date: 09 Oct 1997 14:52:59 -0400	[thread overview]
Message-ID: <5ln2kiepkk.fsf@tequila.systemsz.cs.yale.edu> (raw)
In-Reply-To: <m3d8lehl9b.fsf@snoopy.ftlsol.com>

Tim Writer <Tim.Writer@ftlsol.com> writes:
>     rsh thathost xterm -display thishost:0.0
> The shell running inside xterm is interactive, but it's not a login shell, so
> it won't have EDITOR, HISTFILE, etc. which is probably not what you want.  Of

Common problem. Also happens with most XDM configurations.
I end up also putting everything in zshenv protected by a test:

        if [[ -z $MyEnv ]]; then
                export PATH=blablabla
                export CVS_RSH=ssh
                ...
        fi

my zlogin is always empty because I happen not to need to start anything when
logging in.


        Stefan


       reply	other threads:[~1997-10-09 18:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199710082011.UAA00314@dal-tsa6-26.cyberramp.net>
     [not found] ` <m3d8lehl9b.fsf@snoopy.ftlsol.com>
1997-10-09 18:52   ` Stefan Monnier [this message]
     [not found] <199710080711.AAA01989@tammananny.tiger>
     [not found] ` <199710080934.KAA07190@taos.demon.co.uk>
1997-10-08 16:26   ` Bart Schaefer
     [not found] <199710080911.KAA06762@taos.demon.co.uk>
1997-10-08  9:47 ` Peter Stephenson

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=5ln2kiepkk.fsf@tequila.systemsz.cs.yale.edu \
    --to=monnier+lists/zsh/workers/news/@tequila.systemsz.cs.yale.edu \
    --cc=zsh-workers@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).