From 925f6816fd242ebbc33382c2bb2dd2adafce9d97 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 18 Oct 2021 08:51:50 +0200 Subject: [PATCH] Taskw: Alias to display recent tasks first --- zshrc | 2 ++ 1 file changed, 2 insertions(+) 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"