From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11387 invoked from network); 7 Oct 1999 00:28:59 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Oct 1999 00:28:59 -0000 Received: (qmail 26589 invoked by alias); 7 Oct 1999 00:28:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8148 Received: (qmail 26582 invoked from network); 7 Oct 1999 00:28:48 -0000 From: "Bart Schaefer" Message-Id: <991007002842.ZM19962@candle.brasslantern.com> Date: Thu, 7 Oct 1999 00:28:42 +0000 X-Mailer: Z-Mail Lite (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: PATCH: Re: Prompt fun MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Some of us still don't have extendedglob set all the time, you know. Index: Functions/Prompts/promptinit =================================================================== RCS file: /extra/cvsroot/zsh/zsh-3.1/Functions/Prompts/promptinit,v retrieving revision 1.1 diff -u -r1.1 promptinit --- promptinit 1999/10/06 23:40:28 1.1 +++ promptinit 1999/10/07 00:00:54 @@ -8,6 +8,7 @@ promptinit () { emulate -L zsh + setopt extendedglob local ppath='' name # Autoload all prompt_*_setup functions in fpath