summaryrefslogtreecommitdiff
path: root/ar/.config/shell/aliasrc
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-23 09:52:26 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-23 09:52:26 +0900
commitdc53d6572576feceba2ce500414e8e04481d445e (patch)
treefbace098cc2a08708fb65668439fa8a8372ad4ad /ar/.config/shell/aliasrc
parent6a318a7db0e81683930c21a8389057c2208c4c1a (diff)
modified shell/aliasrc
Diffstat (limited to 'ar/.config/shell/aliasrc')
-rw-r--r--ar/.config/shell/aliasrc2
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