From 54b9d12c53255c5619f8651c54a416f68a15dc13 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 18 Oct 2021 08:44:46 +0200 Subject: [PATCH] Taskw: New aliases for week and month --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index c3f8756..7bf6909 100644 --- a/zshrc +++ b/zshrc @@ -552,6 +552,8 @@ zstyle ':completion:*:*:task:*' group-name '' # Timewarrior {{{ ## Aliases alias tid="tiday" +alias tiw="tiweek" +alias tim="timonth" alias timv="timove" ## Functions