diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-09 22:17:45 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-09 22:17:45 +0300 |
| commit | 3f1cdc31805bc8ad6250978dec2a38ec8d394e27 (patch) | |
| tree | a5dffdc469ef2fa8ecbc88a776b4a3e604f4676e | |
| parent | ca3dc8f1aec00f862094bd75324149a20b579465 (diff) | |
add comment
| -rw-r--r-- | frontends/scripts/taskwarrior.sh.tpl | 1 |
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' |
