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";