Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Re: Prompt fun
- X-seq: zsh-workers 8148
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: Re: Prompt fun
- Date: Thu, 7 Oct 1999 00:28:42 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author