From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3170 invoked from network); 15 Oct 2003 15:31:15 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 15 Oct 2003 15:31:15 -0000 Received: (qmail 2061 invoked by alias); 15 Oct 2003 15:31:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19192 Received: (qmail 2044 invoked from network); 15 Oct 2003 15:31:07 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 15 Oct 2003 15:31:07 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.3.58.249] by sunsite.dk (MessageWall 1.0.8) with SMTP; 15 Oct 2003 15:31:6 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h9FFV5B23758 for zsh-workers@sunsite.dk; Wed, 15 Oct 2003 08:31:05 -0700 From: Bart Schaefer Message-Id: <1031015153105.ZM23757@candle.brasslantern.com> Date: Wed, 15 Oct 2003 15:31:05 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Zstyle persistence MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii It just occurred to me that it might be useful to have zstyles automatically saved on shell exit, like history. I can't decide if it'd be a good idea to automatically reload them, though -- an explicit "zstyle -R" in a startup file might be preferable.