From fb194c9baaae8fd3e269cbc9e06e0f6630d21a89 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 23 Jan 2023 21:57:54 +0700 Subject: [PATCH] user/zsh: add verbose flag to nr abbr --- modules/user/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/zsh.nix b/modules/user/zsh.nix index 35b5e7c..3f9142f 100644 --- a/modules/user/zsh.nix +++ b/modules/user/zsh.nix @@ -38,7 +38,7 @@ let jf = "doas journalctl -f"; fl = "cd ~/Projects/flakes"; - nr = "doas nixos-rebuild switch --flake .#${sysConfig.networking.hostName} -v"; + nr = "doas nixos-rebuild switch --flake .#${sysConfig.networking.hostName} -v -L"; gs = "git status"; ga = "git add";