From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16583 invoked by alias); 26 Nov 2014 07:18:45 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19443 Received: (qmail 3457 invoked from network); 26 Nov 2014 07:18:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 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== X-Received: by 10.194.89.129 with SMTP id bo1mr46384402wjb.29.1416986308294; Tue, 25 Nov 2014 23:18:28 -0800 (PST) Date: Wed, 26 Nov 2014 07:18:25 +0000 From: Stephane Chazelas To: Kurtis Rader Cc: Bart Schaefer , Zsh Users Subject: Re: export Message-ID: <20141126071825.GA3962@chaz.gmail.com> Mail-Followup-To: Kurtis Rader , Bart Schaefer , Zsh Users References: <54752574.5090205@eastlink.ca> <141125203249.ZM18877@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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