summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-04 22:14:59 -0500
committerzachir <zachir@librem.one>2024-06-04 22:28:28 -0500
commitc9b0cb7a7756da66b9a2693f7759376e777eba6e (patch)
treeb1bfc98ad58a5e4bbb572da0ac6df863f21710dd /sh
parent43c7d3b7e65b5ec36a5fe02dcbd3f2694cadeb53 (diff)
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.
Diffstat (limited to 'sh')
-rw-r--r--sh/aliases2
1 files changed, 1 insertions, 1 deletions
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'