zsh-users
 help / color / mirror / code / Atom feed
From: Sebastian Stein <seb_stein@gmx.de>
To: zsh-users@sunsite.dk
Subject: Re: Is zsh buggy in connection with screen?
Date: Tue, 8 Nov 2005 19:16:29 +0100	[thread overview]
Message-ID: <20051108181629.GA6125@hpfsc.de> (raw)
In-Reply-To: <20051108180528.GJ24349@dot.blorf.net>

Wayne Davison <wayned@users.sourceforge.net> [051108 19:12]:
> On Tue, Nov 08, 2005 at 09:44:11AM -0800, Wayne Davison wrote:
> > My update script looks like this (yeah, it's ugly, but it works):
> 
> Actually, it had a bug in it early in the output (which changed
> recently).  This has prompted me to make it less horrific:
> 
> #!/bin/zsh
> for var in SSH_AUTH_SOCK SSH_AGENT_PID DISPLAY WINDOWID SSH_TTY SSH_CLIENT SSH_CONNECTION SESSION_MANAGER; do
>     if [[ -n "${(P)var}" ]]; then
> 	echo "export $var=${(P)var}"
>     else
> 	echo "unset $var"
>     fi
> done >~/.screenenv

Yeah, from time to time still vim gets killed. Any ideas? Are there other
variables, which must be saved?


Sebastian


  reply	other threads:[~2005-11-08 18:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-08 13:02 Sebastian Stein
2005-11-08 14:13 ` Vincent Lefevre
2005-11-08 17:44   ` Wayne Davison
2005-11-08 18:05     ` Wayne Davison
2005-11-08 18:16       ` Sebastian Stein [this message]
2005-11-08 18:44         ` Wayne Davison
2005-11-08 20:06         ` Paul Johnson
2005-11-08 22:34       ` Wayne Davison
2005-11-08 18:11     ` Sebastian Stein
2005-11-08 19:34       ` Tobias Gruetzmacher
2005-11-08 22:09     ` Ian Langworth
2005-11-22  9:47       ` Vincent Lefevre

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=20051108181629.GA6125@hpfsc.de \
    --to=seb_stein@gmx.de \
    --cc=zsh-users@sunsite.dk \
    /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).