hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit cd73f7b934c73722d13be59ac9940e858b91a6e2
parent a1013f36e1460de5121d3d75444bd7724e6d0b6f
Author: awy <awy@awy.one>
Date:   Thu, 20 Mar 2025 16:03:37 +0300

sudo

Diffstat:
M.config/shell/aliasrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc @@ -8,9 +8,9 @@ [ -f "$MBSYNCRC" ] && alias mbsync="mbsync -c $MBSYNCRC" -# doas not required for some system commands +# sudo not required for some system commands for command in mount umount dinitctl pacman updatedb su shutdown poweroff reboot ; do - alias $command="doas $command" + alias $command="sudo $command" done; unset command se() {