about summary refs log tree commit diff
path: root/Functions/Prompts/prompt_fire_setup
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-07-11 19:12:22 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-07-11 19:12:22 +0000
commitffabab4e74ae5b7e61550c528b8d19f6af6217e3 (patch)
tree666ce4565e2740f1f4bc4e1c07a2b188004f38f6 /Functions/Prompts/prompt_fire_setup
parent1b1712d065fae345cc5658318757348e9fb298d0 (diff)
downloadzsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.tar.gz
zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.tar.xz
zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.zip
25276: use autoload -z for zsh-autoload functions
Diffstat (limited to 'Functions/Prompts/prompt_fire_setup')
-rw-r--r--Functions/Prompts/prompt_fire_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Prompts/prompt_fire_setup b/Functions/Prompts/prompt_fire_setup
index 7043fd456..7bb8367d5 100644
--- a/Functions/Prompts/prompt_fire_setup
+++ b/Functions/Prompts/prompt_fire_setup
@@ -30,7 +30,7 @@ prompt_fire_setup () {
   local cwd=${6:-'yellow'}
 
   local -a schars
-  autoload -U prompt_special_chars
+  autoload -Uz prompt_special_chars
   prompt_special_chars
 
   local GRAD1="%{$schars[333]$schars[262]$schars[261]$schars[260]%}"