From 3823be143b75737a20a5bdac685586320db79063 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 16 Jan 2008 08:09:20 +0000 Subject: Fix introductory comment and add -i to the #! line. --- Functions/Misc/sticky-note | 7 +++++-- 1 file 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 -- cgit 1.4.1