From 8544a2399c54dfaa5bf20e712f0fd08599d01034 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 4 Aug 2022 22:56:42 +0200 Subject: Update aliases --- .config/shell/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell') 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. -- cgit v1.2.3-70-g09d2