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:
parent
8df062d68e
commit
3823be143b
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue