From: martin f. krafft Date: Thu, 21 Feb 2019 00:49:44 +0000 (+1300) Subject: turn on recurrence when syncing X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/46e402f64226736555c6f276393a451667200f54 turn on recurrence when syncing --- diff --git a/.zsh/zshrc/parts.d/50-taskwarrior b/.zsh/zshrc/parts.d/50-taskwarrior index dfe7149..f880ed9 100644 --- a/.zsh/zshrc/parts.d/50-taskwarrior +++ b/.zsh/zshrc/parts.d/50-taskwarrior @@ -16,7 +16,7 @@ if whence task >/dev/null; then alias tc='t call' alias th='t attach' alias tl='t all' - alias ty='t sync' + alias ty='t rc.recurrence=on next && task sync' alias td='t done' alias te='t edit' alias tu='t undo'