summaryrefslogtreecommitdiff
path: root/frontends/scripts/taskwarrior.sh.tpl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-09 22:17:45 +0300
committerPaul Buetow <paul@buetow.org>2023-07-09 22:17:45 +0300
commit3f1cdc31805bc8ad6250978dec2a38ec8d394e27 (patch)
treea5dffdc469ef2fa8ecbc88a776b4a3e604f4676e /frontends/scripts/taskwarrior.sh.tpl
parentca3dc8f1aec00f862094bd75324149a20b579465 (diff)
add comment
Diffstat (limited to 'frontends/scripts/taskwarrior.sh.tpl')
-rw-r--r--frontends/scripts/taskwarrior.sh.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/scripts/taskwarrior.sh.tpl b/frontends/scripts/taskwarrior.sh.tpl
index c97b940..eed21c5 100644
--- a/frontends/scripts/taskwarrior.sh.tpl
+++ b/frontends/scripts/taskwarrior.sh.tpl
@@ -1,4 +1,5 @@
PATH=$PATH:/usr/local/bin
echo "Any tasks due before the next 14 days?"
+# Using git user, as ssh keys are already there to sync the task db!
su - git -c '/usr/local/bin/task rc:/etc/taskrc due.before:14day long 2>/dev/null'