diff options
Diffstat (limited to 'helpers/info')
-rwxr-xr-x | helpers/info | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/helpers/info b/helpers/info deleted file mode 100755 index 764fddb..0000000 --- a/helpers/info +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env zsh -[[ -n $commands[todo] ]] && [[ -r ~/var/gtd/todo ]] && \ - todo --database /home/derf/var/gtd/todo -[[ -n $commands[todo] ]] && [[ -r ~/var/gtd/waiting ]] && \ - todo --database ~/var/gtd/waiting | fgrep "$(cat /tmp/.location)" -[[ -n $commands[calendar] ]] && [[ -r ~/stuff/calendar ]] && calendar - -true |