From 428cd6e20c5b108477c8d4d87788031e18d911fa Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 24 Feb 2022 11:44:28 +0100 Subject: [PATCH] Add task oldest alias --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 11875c4..984afd6 100644 --- a/zshrc +++ b/zshrc @@ -399,6 +399,7 @@ function load-gpg-agent() { alias t="task" ### Most recent tasks first alias tarecent="task simple limit:page" +alias taold="task oldest limit:page" ### All pending tasks alias tapending="task rc._forcecolor:on +PENDING all | less" ### Filter by tag