diff --git a/zshrc b/zshrc index 7bf6909..e877200 100644 --- a/zshrc +++ b/zshrc @@ -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"