From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10651 invoked by alias); 26 Nov 2014 04:32:53 -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: 19434 Received: (qmail 9081 invoked from network); 26 Nov 2014 04:32:40 -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,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=IOK10brD c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=5y4faFyK3SkA:10 a=Ye9q-bpsAAAA:8 a=kJ4b11f94_aRFzaANToA:9 a=CjuIK1q_8ugA:10 a=b4J05qSf5CIA:10 a=5_G3KoFXh-4A:10 a=caDsRLQzuKQA:10 From: Bart Schaefer Message-id: <141125203249.ZM18877@torch.brasslantern.com> Date: Tue, 25 Nov 2014 20:32:49 -0800 In-reply-to: <54752574.5090205@eastlink.ca> Comments: In reply to Ray Andrews "export" (Nov 25, 4:57pm) References: <54752574.5090205@eastlink.ca> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh Users Subject: Re: export MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 25, 4:57pm, Ray Andrews wrote: } Subject: export } } When I export a variable it is only available in subsequent shells in } the same xterm. Can I make it export globally? As others have explained, this is part of the design of the unix process model. With a shell, however, you can fake it: http://unix.stackexchange.com/questions/137077/serialize-shell-variable-in-bash-or-zsh