diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-04 22:56:42 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-04 22:56:42 +0200 |
commit | 8544a2399c54dfaa5bf20e712f0fd08599d01034 (patch) | |
tree | 0fa8e449c12c1fb396187a629f8abe7a1a470397 /.config/shell | |
parent | d695dc8ff1b7bfd193c662fef5a1f94c4c330aa7 (diff) |
Update aliases
Diffstat (limited to '.config/shell')
-rwxr-xr-x | .config/shell/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 174f851..8ff52fe 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -8,7 +8,7 @@ # sudo not required for some system commands. for x in mount unmount sv pacman updatedb su reboot; do - alias $x="sudo $x" + alias $x="doas $x" done # Verbosity and settings that you pretty much just always are going to want. |