summaryrefslogtreecommitdiff
path: root/helpers/info
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-03-23 13:35:50 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-03-23 13:35:50 +0100
commit9d78b3b9a11d91b9f0188287b87a09756ac5b08c (patch)
treeec37c2e74034e1defebe027c5e0c6d8daa759e0a /helpers/info
parent09faba9b150078555dd5b3687104104bb8b95284 (diff)
Don't show gtd-todo in .zlogin, it's too slow
Diffstat (limited to 'helpers/info')
-rwxr-xr-xhelpers/info5
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/info b/helpers/info
new file mode 100755
index 0000000..452e64e
--- /dev/null
+++ b/helpers/info
@@ -0,0 +1,5 @@
+#!/usr/bin/env zsh
+[[ -n $commands[todo] ]] && [[ -r ~/var/gtd/todo ]] && \
+ todo --database /home/derf/var/gtd/todo
+[[ -n $commands[calendar] ]] && [[ -r ~/stuff/calendar ]] && calendar
+true