task: Change 'tod' alias to 'td' for task today

This commit is contained in:
Marty Oehme 2025-05-08 08:43:50 +02:00
parent 2c72d2ee1f
commit 9db181c35e
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -21,8 +21,8 @@ alias tal="task log"
alias tan="task annotate" alias tan="task annotate"
alias tn="task next +READY" alias tn="task next +READY"
alias td="task +TODAY or +OVERDUE"
alias tun="task next urgency \> 4" alias tun="task next urgency \> 4"
alias tod="task +TODAY or +OVERDUE"
if exist timew; then if exist timew; then
alias tra="task active && timew" alias tra="task active && timew"