From c9b0cb7a7756da66b9a2693f7759376e777eba6e Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 4 Jun 2024 22:14:59 -0500 Subject: Change s systemctl alias to sudo systemctl There is `us' for `systemctl --user', this is for the system `systemctl'; so it should have sudo in it. --- sh/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/aliases b/sh/aliases index 7b3eba2..a930a47 100644 --- a/sh/aliases +++ b/sh/aliases @@ -73,7 +73,7 @@ esac ## Systemctl alias us='systemctl --user' -alias s='systemctl' +alias s='sudo systemctl' ## Runit #alias ursm='env SVDIR="$HOME/.local/sv/" rsm' -- cgit v1.2.3