summaryrefslogtreecommitdiff
path: root/etc/functions/gtd
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-10-20 22:27:26 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-10-20 22:27:26 +0200
commit0d61990ee6b9d5d39cf06b9cb4c9e3152aacc4f0 (patch)
tree8e29b818c8bd2072516a19755ea0aeca44300a89 /etc/functions/gtd
parent4a26c2e401def20645b2b9ca15b2bcd8f98663d7 (diff)
Replaced gtd function by aliases for now
Diffstat (limited to 'etc/functions/gtd')
-rw-r--r--etc/functions/gtd6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/functions/gtd b/etc/functions/gtd
deleted file mode 100644
index 421ff9c..0000000
--- a/etc/functions/gtd
+++ /dev/null
@@ -1,6 +0,0 @@
-## vim:ft=zsh
-
-case $1 in
- todo) todo --database ~/var/gtd/todo ;;
- waiting) todo --database ~/var/gtd/waiting-for ;;
-esac