diff options
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 53c786c60..6286d61a4 100644 --- a/Functions/Misc/sticky-note +++ b/Functions/Misc/sticky-note @@ -4,7 +4,7 @@ # $HOME/.zsticky). The number of notes stored is STICKYSIZE (1000). # # Load this file as a function: -# autoload -U sticky-note +# autoload -Uz sticky-note # # It may then be bound as a widget: # zle -N sticky-note |