]> git.madduck.net Git - etc/taskwarrior.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

turn on recurrence when syncing
authormartin f. krafft <madduck@madduck.net>
Thu, 21 Feb 2019 00:49:44 +0000 (13:49 +1300)
committermartin f. krafft <madduck@madduck.net>
Thu, 21 Feb 2019 00:49:44 +0000 (13:49 +1300)
.zsh/zshrc/parts.d/50-taskwarrior

index dfe7149db53d1b477b0a1e466a5f3d399d156e9e..f880ed9c4b6cda7f768fccd2b1c466f42fbce31b 100644 (file)
@@ -16,7 +16,7 @@ if whence task >/dev/null; then
   alias tc='t call'
   alias th='t attach'
   alias tl='t all'
   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'
   alias td='t done'
   alias te='t edit'
   alias tu='t undo'