Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Re: Prompt fun



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