From cc993914e8b7d57d0d47c8e2049d7cc17101372b Mon Sep 17 00:00:00 2001 From: fleaz Date: Thu, 1 Feb 2024 14:19:15 +0100 Subject: [PATCH] home/zsh: Alias to use the new cal output --- home-manager/modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/modules/zsh.nix b/home-manager/modules/zsh.nix index be53e96..e43101c 100644 --- a/home-manager/modules/zsh.nix +++ b/home-manager/modules/zsh.nix @@ -18,6 +18,7 @@ "buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.w17.io buzzer"; "beep" = "paplay /usr/share/sounds/freedesktop/stereo/complete.oga"; # play "ding" for long running jobs "dig" = "dig +short"; + "cal" = "ncal -b"; }; initExtra = '' autoload -U colors && colors