1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-17 15:01:40 +02:00

Fix introductory comment and add -i to the #! line.

This commit is contained in:
Bart Schaefer 2008-01-16 08:09:20 +00:00
parent 8df062d68e
commit 3823be143b

View file

@ -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