From 8568505299a8aa10ab432cf21b229ca560d95295 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 25 Jun 2024 19:01:37 +0200 Subject: [PATCH] home/shell: revamp systemd aliases --- home/shell.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/home/shell.nix b/home/shell.nix index 9b7b900..0372436 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -133,11 +133,17 @@ in { # Systemd related aliases "Systemd Stuff" = { - scr = "sudo systemctl restart"; + sc = "systemctl"; + scu = "systemctl --user"; + scs = "systemctl status"; + scus = "systemctl --user status"; + scc = "systemctl cat"; - scf = "systemctl list-units --failed"; - je = "journalctl -eu"; + scuc = "systemctl --user cat"; + + jeu = "journalctl -eu"; + jeuu = "journalctl --user -eu"; }; # ░█▀▀░█▀█░█▀▀░▀█▀░█░█░█▀█░█▀▄░█▀▀