From 4de3dbac168aa5e89d4f7c278917c8af4b226542 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 28 Jul 2010 14:01:12 +0000 Subject: c.f. users/15202: use "autoload -Uz" consistently --- Functions/Misc/sticky-note | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Misc/sticky-note') diff --git a/Functions/Misc/sticky-note b/Functions/Misc/sticky-note index 6286d61a4..f52a8812e 100644 --- a/Functions/Misc/sticky-note +++ b/Functions/Misc/sticky-note @@ -44,7 +44,7 @@ then return 0 fi -(($+bg && $+fg)) || { autoload -U colors; colors } +(($+bg && $+fg)) || { autoload -Uz colors; colors } # Invoked as a command, behave like zed, but write a history file setopt nobanghist extendedhistory histignoredups -- cgit 1.4.1