diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-07-28 14:01:12 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-07-28 14:01:12 +0000 |
| commit | 4de3dbac168aa5e89d4f7c278917c8af4b226542 (patch) | |
| tree | 88b3dbdecef8f0ee5c6b110124a8ce6de7699135 /Functions/Misc/sticky-note | |
| parent | c.f. users/15202: use "autoload -Uz" consistently (diff) | |
| download | zsh-4de3dbac168aa5e89d4f7c278917c8af4b226542.tar zsh-4de3dbac168aa5e89d4f7c278917c8af4b226542.tar.gz zsh-4de3dbac168aa5e89d4f7c278917c8af4b226542.tar.bz2 zsh-4de3dbac168aa5e89d4f7c278917c8af4b226542.tar.lz zsh-4de3dbac168aa5e89d4f7c278917c8af4b226542.tar.xz zsh-4de3dbac168aa5e89d4f7c278917c8af4b226542.tar.zst zsh-4de3dbac168aa5e89d4f7c278917c8af4b226542.zip | |
c.f. users/15202: use "autoload -Uz" consistently
Diffstat (limited to 'Functions/Misc/sticky-note')
| -rw-r--r-- | Functions/Misc/sticky-note | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
