From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5044 invoked by alias); 26 Nov 2014 02:36:55 -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: 19432 Received: (qmail 13234 invoked from network); 26 Nov 2014 02:36:53 -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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Message-ID: <54753CB9.4090903@gmx.com> Date: Tue, 25 Nov 2014 21:36:41 -0500 From: Eric Cook User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: zsh-users@zsh.org Subject: Re: export References: <54752574.5090205@eastlink.ca> In-Reply-To: <54752574.5090205@eastlink.ca> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:GCiVgNIg4gE84U5jiDVF0zayssgXDdqW1Rs8hc2UeMJeRe0Vb42 1XPSuIu7wEXOR4GLuq/8MfHbhIjqGIwz02b9DYKeukjlWZTyaDzmNHccONYHDCI2v76cIsp sO3uNnl0G+izu5FGhdGvC2SM6SkqKLiDL9WNqeaQ1pIiwUcKTbkhjS7FvAh+92gayNhnC8f 56qXtWo404MT17qN0lNvA== X-UI-Out-Filterresults: notjunk:1; On 11/25/2014 07:57 PM, Ray Andrews wrote: > When I export a variable it is only available in subsequent shells in > the same xterm. Can I make it export globally? Or is the issue > somehow related to the xterm itself? The environment is a one way copy from parent process to child, you can't propagate it the other direction through normal means.