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

Re: how to find out who I am



Bart Schaefer wrote:

> You might prefer
> 	ssh root@somehost -t REALME=andy exec zsh -l
> to run zsh as a login shell.

That's what I did anyway. :-)
I'm really happy with that solution and so far I haven't noticed any
negative sideeffects.

> Another trick that I've used in the past is to modify the TERM variable,
> which is automatically passed across rsh, rlogin and ssh connections,
> and then set it back again in the shell startup files.
Great idea, too!
Just have to ignore the first line with the warning:
 zsh: can't find terminal definition for spiegl/xterm

> and it is propagated automatically
> in the event you need to do something like
> 
> 	ssh -t user@firstremote ssh other@secondremote
Very nice.  Thanks for the tipp!
 Andy.

-- 
           http://peru.spiegl.de  Our project
      http://radiomaranon.org.pe  Radio Marañón, Jaén, Perú
                              o      _     _         _
  ------- __o       __o      /\_   _ \\o  (_)\__/o  (_)          -o)
  ----- _`\<,_    _`\<,_    _>(_) (_)/<_    \_| \   _|/' \/       /\\
  ---- (_)/ (_)  (_)/ (_)  (_)        (_)   (_)    (_)'  _\o_    _\_v
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 cogito ergo sum, bibo ergo sum, cogito ergo bib, bibo ergo bib?



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