From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15025 invoked by alias); 26 Nov 2014 00:57:31 -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: 19431 Received: (qmail 27352 invoked from network); 26 Nov 2014 00:57:29 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, T_HDRS_LCASE,T_MANY_HDRS_LCASE autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=HYUtEE08 c=1 sm=1 tr=0 a=p9xhtsQbFeWP+Dk8WftIHA==:117 a=p9xhtsQbFeWP+Dk8WftIHA==:17 a=G8GL833Es-AA:10 a=IkcTkHD0fZMA:10 a=7dymvuSroqJ-cKTZUNEA:9 a=QEXdDO2ut3YA:10 a=_S5IEEfQdZIA:10 a=caDsRLQzuKQA:10 a=uul_QVCG3qQA:10 Message-id: <54752574.5090205@eastlink.ca> Date: Tue, 25 Nov 2014 16:57:24 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-version: 1.0 To: Zsh Users Subject: export Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit 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?