home/shell: revamp systemd aliases

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-25 19:01:37 +02:00
parent fb934bf0af
commit 8568505299
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 9 additions and 3 deletions

View File

@ -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";
};
# ░█▀▀░█▀█░█▀▀░▀█▀░█░█░█▀█░█▀▄░█▀▀