summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelpers/info4
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/info b/helpers/info
index b4b3ad3..07e196f 100755
--- a/helpers/info
+++ b/helpers/info
@@ -4,4 +4,8 @@
[[ -n $commands[todo] ]] && [[ -r ~/var/gtd/waiting ]] && \
todo --database ~/var/gtd/waiting | fgrep "$(cat /tmp/.location)"
[[ -n $commands[calendar] ]] && [[ -r ~/stuff/calendar ]] && calendar
+
+ct pull
+ct push
+
true