From 537091ddf2db7d4ae4b072b40c546a4ba9ca4148 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 14 Oct 1999 14:09:02 +0000 Subject: zsh-workers:8251 --- Functions/Prompts/promptinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Prompts/promptinit b/Functions/Prompts/promptinit index 13af46924..d4fe30c2f 100644 --- a/Functions/Prompts/promptinit +++ b/Functions/Prompts/promptinit @@ -12,7 +12,7 @@ promptinit () { 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 -- cgit 1.4.1