diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2008-01-16 08:09:20 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2008-01-16 08:09:20 +0000 |
commit | 3823be143b75737a20a5bdac685586320db79063 (patch) | |
tree | 1a244ee3096d7b802099eb22cdf9859ad1fb0b94 | |
parent | 8df062d68e2abb9c04316984d74a35e59db945c6 (diff) | |
download | zsh-3823be143b75737a20a5bdac685586320db79063.tar.gz zsh-3823be143b75737a20a5bdac685586320db79063.tar.xz zsh-3823be143b75737a20a5bdac685586320db79063.zip |
Fix introductory comment and add -i to the #! line.
-rw-r--r-- | Functions/Misc/sticky-note | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Functions/Misc/sticky-note b/Functions/Misc/sticky-note index 840ae1037..dee26cade 100644 --- a/Functions/Misc/sticky-note +++ b/Functions/Misc/sticky-note @@ -1,10 +1,13 @@ -#!/bin/zsh -f +#!/bin/zsh -fi # A little zsh sticky-note ("post-it") application. Sticky notes are # stored in the file named by the STICKYFILE variable (defaults to # $HOME/.zsticky). The number of notes stored is STICKYSIZE (1000). # -# May be bound as a widget: +# Load this file as a function: +# autoload -U sticky-note +# +# It may then be bound as a widget: # zle -N sticky-note # And/or run as a command: # sticky-note |