add t. as an alias to tal, one fewer keystroke

This commit is contained in:
Alex Kelly 2023-01-25 11:47:33 -05:00
parent 512e96d358
commit bce92cfd35

View file

@ -6,6 +6,7 @@ alias tat='task add scheduled:tomorrow until:sch+14d'
alias tm='task modify'
alias trol="task sch:yes status:pending modify sch:tod"
alias tal='task add dep:"$(task +LATEST uuids)"'
alias t.='tal'
alias td="task done"
alias t-="task delete"
alias tm="task modify"