diff options
Diffstat (limited to 'Functions/Misc')
-rw-r--r-- | Functions/Misc/sticky-note | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/Misc/sticky-note b/Functions/Misc/sticky-note index 50ebf4a59..53c786c60 100644 --- a/Functions/Misc/sticky-note +++ b/Functions/Misc/sticky-note @@ -1,3 +1,4 @@ +#!/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). |