about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-14 14:09:02 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-14 14:09:02 +0000
commit537091ddf2db7d4ae4b072b40c546a4ba9ca4148 (patch)
tree90a60573a5d571ef8c8dfc3bb83ec8d34e493135 /Functions
parent8745c07794b021defc01b430d2540a4222f21d24 (diff)
downloadzsh-537091ddf2db7d4ae4b072b40c546a4ba9ca4148.tar.gz
zsh-537091ddf2db7d4ae4b072b40c546a4ba9ca4148.tar.xz
zsh-537091ddf2db7d4ae4b072b40c546a4ba9ca4148.zip
zsh-workers:8251
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Prompts/promptinit2
1 files changed, 1 insertions, 1 deletions
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