Taskw: Alias to display recent tasks first

This commit is contained in:
gardouille 2021-10-18 08:51:50 +02:00
parent 54b9d12c53
commit 925f6816fd
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 0 deletions

2
zshrc
View File

@ -400,6 +400,8 @@ function load-gpg-agent() {
# Taskwarrior {{{
## Aliases
alias t="task"
### Most recent tasks first
alias tarecent="task simple limit:page"
### Filter by tag
alias tawork="task +work | head"
alias taperso="task +perso | head"