summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-03-10 21:59:16 +0100
committerDaniel Friesel <derf@finalrewind.org>2012-03-10 21:59:16 +0100
commitcaa4636aa2cee263214cd9c4d0af32104743465a (patch)
tree6f0d72d18dfb38543ec4fdd2cc9a4b711c739ba9
parent75c7bd325f0e7b5579e8cc380ee2034c1869b607 (diff)
helpers/info: sync packages while running
-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