diff options
author | zachir <zachir@librem.one> | 2024-06-04 22:14:59 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 22:28:28 -0500 |
commit | c9b0cb7a7756da66b9a2693f7759376e777eba6e (patch) | |
tree | b1bfc98ad58a5e4bbb572da0ac6df863f21710dd /sh | |
parent | 43c7d3b7e65b5ec36a5fe02dcbd3f2694cadeb53 (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/aliases | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |