From bf613c29b14d0cd957127ab606d6ab5cc5f4c89c Mon Sep 17 00:00:00 2001 From: fleaz Date: Thu, 18 Jul 2024 23:26:27 +0200 Subject: [PATCH] home/zsh: Drop ncal alias --- home-manager/modules/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home-manager/modules/zsh.nix b/home-manager/modules/zsh.nix index 8dae7b2..7c8562a 100644 --- a/home-manager/modules/zsh.nix +++ b/home-manager/modules/zsh.nix @@ -18,7 +18,6 @@ "buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.cccda.de 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