diff options
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Calendar/calendar_add | 1 | ||||
-rw-r--r-- | Functions/Misc/sticky-note | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Functions/Calendar/calendar_add b/Functions/Calendar/calendar_add index 592c9d671..280e5f365 100644 --- a/Functions/Calendar/calendar_add +++ b/Functions/Calendar/calendar_add @@ -1,3 +1,4 @@ +#!/bin/zsh # All arguments are joined with spaces and inserted into the calendar # file at the appropriate point. # 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). |