update taskwarrior a bit

This commit is contained in:
Anish Lakhwara
2022-10-04 20:36:54 +10:00
parent 75b86c8d6c
commit c2c4c013e1
2 changed files with 25 additions and 16 deletions
+2 -2
View File
@@ -194,8 +194,8 @@
# task warrior
# TODO: make blocked a context?
t = "task -BLOCKED";
tin = "task +in";
t = "task list -BLOCKED";
tin = "task in";
tun = "task -BLOCKED -wait";
tr = "task newest limit:page";
tu = "task unblocked -wait";