From 10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 28 Jul 2010 13:33:52 +0000 Subject: c.f. users/15202: use "autoload -Uz" consistently --- Functions/Prompts/promptinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Prompts') diff --git a/Functions/Prompts/promptinit b/Functions/Prompts/promptinit index fef01d372..98c220fc1 100644 --- a/Functions/Prompts/promptinit +++ b/Functions/Prompts/promptinit @@ -22,7 +22,7 @@ promptinit () { name="$match[1]" if [[ -r "$theme" ]]; then prompt_themes=($prompt_themes $name) - autoload -U prompt_${name}_setup + autoload -Uz prompt_${name}_setup else print "Couldn't read file $theme containing theme $name." fi -- cgit 1.4.1