Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: export
- X-seq: zsh-users 19443
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Kurtis Rader <krader@xxxxxxxxxxxxx>
- Subject: Re: export
- Date: Wed, 26 Nov 2014 07:18:25 +0000
- Cc: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=1S8/bmT4dz+Ckywvr8m074g7YWkhxPevv7w2/hN8tPY=; b=ZPXYZfe5SdxnJaVo3fFXWk5Ij2as0wJ8atoC3N/QxkXfJ2cJWr3fLXPU+d88s+xdnl 06RJTgw6vIuzGB4UDUKLK9SJSqTVvWyD/81ACKOn8TsQWboWk6wXwQ1iFH4YJ0TfeTyd qD7wZ6OdqUqTbnM1UyyJLiUmBQQaOJv0ArzgxhZQ9FnHtWzRkjZ/TMyoqWXW3qsCzezP a+iAlzr22w4pXV6sIwHOiUoC6KWDm6ITq95VlAN5vLw4k7jn/y/fh6XZu52hJF5W3PYZ a/qyIdezxz4Z2rNg0eMMw9KvqJNjyPoDhKY2XVXBLoF/EHXNwxGvrWIYXao3EIjJp3dA Gnbw==
- In-reply-to: <CABx2=D_zLTkdFsV+eT-VrwwaJQYr=1JeZF0eNqH44saPDYMD7Q__49907.9755544246$1416977797$gmane$org@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: Kurtis Rader <krader@xxxxxxxxxxxxx>, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <54752574.5090205@eastlink.ca> <141125203249.ZM18877@torch.brasslantern.com> <CABx2=D_zLTkdFsV+eT-VrwwaJQYr=1JeZF0eNqH44saPDYMD7Q__49907.9755544246$1416977797$gmane$org@mail.gmail.com>
2014-11-25 20:54:39 -0800, Kurtis Rader:
> If by "fake it" you mean cooperative processes that implement a protocol
> for exchanging environment variables then, yes, you can achieve the result
> desired by Ray. However I think that everyone trying to achieve this result
> wants to do so without having to implement a new data exchange protocol in
> every program.
[...]
FYI, the "fish" shell does that.
set -U universal its value
and that $universal variable (here an array) becomes available
in all the fish shells (interactive or not) by the same user on
the machine (with all the security implications it entails).
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author