summaryrefslogtreecommitdiffstats
path: root/Functions/Prompts
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/Prompts
parentzsh-workers/8247 (diff)
downloadzsh-537091ddf2db7d4ae4b072b40c546a4ba9ca4148.tar
zsh-537091ddf2db7d4ae4b072b40c546a4ba9ca4148.tar.gz
zsh-537091ddf2db7d4ae4b072b40c546a4ba9ca4148.tar.bz2
zsh-537091ddf2db7d4ae4b072b40c546a4ba9ca4148.tar.lz
zsh-537091ddf2db7d4ae4b072b40c546a4ba9ca4148.tar.xz
zsh-537091ddf2db7d4ae4b072b40c546a4ba9ca4148.tar.zst
zsh-537091ddf2db7d4ae4b072b40c546a4ba9ca4148.zip
zsh-workers:8251
Diffstat (limited to 'Functions/Prompts')
-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