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

PATCH: promptinit



... or did I miss a patch?

Bye
 Sven

P.S.: Gee, some of the themes... if ever I want to become blind...

--- Functions/Prompts/promptinit.old	Thu Oct 14 14:56:56 1999
+++ Functions/Prompts/promptinit	Thu Oct 14 14:56:58 1999
@@ -12,7 +12,7 @@
   local ppath='' name
 
   # Autoload all prompt_*_setup functions in fpath
-  for theme in $fpath/prompt_*_setup(N); do
+  for theme in $^fpath/prompt_*_setup(N); do
     if [[ $theme == */prompt_(#b)(*)_setup ]]; then
       name="$match[1]"
       if [[ -r "$theme" ]]; then

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author