diff options
| author | zachir <zachir@librem.one> | 2024-06-04 22:14:59 -0500 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2024-06-04 22:14:59 -0500 |
| commit | 0d218cf14281b56eed64be72df49dba9ec35c3a4 (patch) | |
| tree | 7a3921851dab24c4c66080702271a5c037a12491 | |
| parent | 1ca87cb1ff6f9f73c009d92c83ffc89c336587cd (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.
| -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' |
