Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: promptinit
- X-seq: zsh-workers 8251
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: promptinit
- Date: Thu, 14 Oct 1999 15:00:44 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
... 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