From ff0e6217fffe56d6ddca4cb8af23922ed0054650 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:37:44 +0900 Subject: modified shell/aliasrc --- ar/.config/shell/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar') diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index 74fd141..72d6444 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -12,7 +12,7 @@ [ -f "$MBSYNCRC" ] && alias mbsync='mbsync -c $MBSYNCRC' # sudo not required for some system commands -for command in arp-scan blkid lsblk mount umount pacman poweroff reboot shutdown su sv updatedb; do +for command in blkid poweroff sv updatedb; do alias $command="sudo $command" done unset command -- cgit v1.2.3