From ddae4f3265e9b1d683885d0a238ff523387a1157 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 2 Oct 2024 16:18:04 +0200 Subject: [PATCH] add nix offline alias --- modules/cli/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index 496f655..f1eabe3 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -57,6 +57,7 @@ in { agpl = "curl https://www.gnu.org/licenses/agpl-3.0.txt -o LICENSE"; g = "git"; n = "nix"; + no = "n --offline"; woman = "man"; open = "xdg-open"; ":q" = "exit";