From 26c7445d62b82245258e3af7d324502d68d4085e Mon Sep 17 00:00:00 2001 From: David Kebler Date: Mon, 22 Apr 2024 10:32:36 -0700 Subject: [PATCH] add systemctl edit alias --- load/alias/systemd/root | 1 + 1 file changed, 1 insertion(+) diff --git a/load/alias/systemd/root b/load/alias/systemd/root index ac4fd94..603e830 100644 --- a/load/alias/systemd/root +++ b/load/alias/systemd/root @@ -10,3 +10,4 @@ alias sdl="systemctl list-unit-files | grep" alias sdle="systemctl list-unit-files | grep enabled" alias sdpidu="systemctl show --property MainPID --value" alias sdmt="sudo systemctl list-units -t mount --all" +alias sded="sudo systemctl edit"