diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-23 09:52:26 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-23 09:52:26 +0900 |
| commit | dc53d6572576feceba2ce500414e8e04481d445e (patch) | |
| tree | fbace098cc2a08708fb65668439fa8a8372ad4ad | |
| parent | 6a318a7db0e81683930c21a8389057c2208c4c1a (diff) | |
modified shell/aliasrc
| -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 fcf8f52..2594490 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 blkid pacman poweroff sv updatedb; do +for command in blkid mount pacman poweroff reboot su sv umount updatedb; do alias $command="sudo $command" done unset command |
