summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-04-18 00:19:26 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-04-18 00:19:26 +0200
commit0d896e8b1c1d869e448955da91972aefa9db2580 (patch)
treef90c6760105c79c6d91f950ae640d0ab7f2ab4d4
parent95e324641178ee3a71f619c8ce607ab902416723 (diff)
remove info helper (unused by now)
-rwxr-xr-xhelpers/info8
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