diff options
Diffstat (limited to 'etc/functions/gtd')
-rw-r--r-- | etc/functions/gtd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/functions/gtd b/etc/functions/gtd new file mode 100644 index 0000000..421ff9c --- /dev/null +++ b/etc/functions/gtd @@ -0,0 +1,6 @@ +## vim:ft=zsh + +case $1 in + todo) todo --database ~/var/gtd/todo ;; + waiting) todo --database ~/var/gtd/waiting-for ;; +esac |