Taskwarrior: Add an alias to tadel command

This commit is contained in:
gardouille 2021-10-11 18:54:53 +02:00
parent 08cd6b1f89
commit 349980f01b
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -403,6 +403,7 @@ alias t="task"
### Filter by tag
alias tawork="task +work | head"
alias taperso="task +perso | head"
alias tarm=tadel
## Functions
## search a task by it's name (case INsensitive) {{{