swaydots

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

commit c1abcee1e7974a9ccf10f3560b50608133bde5c6
parent cff4d428bc72083529a087954edcb688b71c8fea
Author: awy <awy@awy.one>
Date:   Tue, 13 May 2025 15:08:57 +0300

doas

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" -# sudo not required for some system commands +# doas not required for some system commands for command in mount umount dinitctl pacman updatedb su shutdown poweroff reboot ; do - alias $command="sudo $command" + alias $command="doas $command" done; unset command se() {