summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-04 22:56:42 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-04 22:56:42 +0200
commit8544a2399c54dfaa5bf20e712f0fd08599d01034 (patch)
tree0fa8e449c12c1fb396187a629f8abe7a1a470397
parentd695dc8ff1b7bfd193c662fef5a1f94c4c330aa7 (diff)
Update aliases
-rwxr-xr-x.config/shell/aliasrc2
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.