diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-20 15:37:44 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-20 15:37:44 +0900 |
| commit | ff0e6217fffe56d6ddca4cb8af23922ed0054650 (patch) | |
| tree | 6fec2766d5d666457a798ed0e7b9a1755242a2b2 /ar/.config | |
| parent | f1e40e4826b050e984219019e379f5dbefe5a317 (diff) | |
modified shell/aliasrc
Diffstat (limited to 'ar/.config')
| -rw-r--r-- | ar/.config/shell/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
