From 003b44a1eb135ee56894632e64d37421da04bd9b Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:55:27 +0900 Subject: modified shell/aliasrc, modified tmux/tmux.conf, created bin/ddb, created bin/v2m --- ar/.config/shell/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config/shell') diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index 3688ef4..712c72c 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 docker ecrypt lazydocker lsblk mount umount pacman poweroff reboot shutdown su sv updatedb; do +for command in arp-scan blkid ecrypt lsblk mount umount pacman poweroff reboot shutdown su sv updatedb; do alias $command="sudo $command" done unset command -- cgit v1.2.3