summaryrefslogtreecommitdiff
path: root/ar/.config/shell
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-23 09:34:35 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-23 09:34:35 +0900
commit6a318a7db0e81683930c21a8389057c2208c4c1a (patch)
tree387bdbc0584f3587c3bf45ade232726656d5a15f /ar/.config/shell
parenta04583818b869b22e50c99a8e8ba19665a22b166 (diff)
modified shell/aliasrc
Diffstat (limited to 'ar/.config/shell')
-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 72d6444..fcf8f52 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 poweroff sv updatedb; do
+for command in blkid pacman poweroff sv updatedb; do
alias $command="sudo $command"
done
unset command