Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ideas, questions, and bugs (?)
- X-seq: zsh-workers 3575
- From: Stefan Monnier <monnier+lists/zsh/workers/news/@TEQUILA.SYSTEMSZ.CS.YALE.EDU>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: ideas, questions, and bugs (?)
- Date: 09 Oct 1997 14:52:59 -0400
- References: <199710082011.UAA00314@xxxxxxxxxxxxxxxxxxxxxxxxx> <m3d8lehl9b.fsf@xxxxxxxxxxxxxxxxx>
- Sender: monnier@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Tim Writer <Tim.Writer@xxxxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author