From 5c74db0347a11f30b73bea0609e90fe9d392d002 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 4 Nov 2024 13:57:56 +0100 Subject: [PATCH] fuck --- modules/cli/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index 7a6ef8b..928df5b 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -66,6 +66,7 @@ in { emacs = ":(){ :|:& };:"; m = "make"; sys = "systemctl"; + fuck = "nix flake update"; } // cfg.extraAliases; initExtraFirst = mkIf cfg.profiling "zmodload zsh/zprof"; initExtra = mkIf cfg.profiling "zprof";