From 1e1cd8cc2924c719a27ab92101e9d4087744c238 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 16 May 2025 10:24:36 +0200 Subject: ... --- user-profiles/zsh/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user-profiles/zsh/default.nix') diff --git a/user-profiles/zsh/default.nix b/user-profiles/zsh/default.nix index 973ff775..ab523a52 100644 --- a/user-profiles/zsh/default.nix +++ b/user-profiles/zsh/default.nix @@ -21,6 +21,8 @@ abbreviations = { re = "systemctl restart"; ure = "systemctl --user restart"; + st = "systemctl status"; + ust = "systemctl --user status"; }; globalAbbreviations = { "L" = "| less"; @@ -28,6 +30,7 @@ "G" = "| grep"; "B" = "&> /dev/null &"; "BB" = "&> /dev/null &!"; + "J" = lib.mkIf config.programs.jq.enable "| jq '.'"; }; }; -- cgit v1.2.3