aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-19 19:42:27 +0300
committerawy <awy@awy.one>2025-08-19 19:42:27 +0300
commit6fabdbc5717873505aba152a5d1e8155d5d45ef2 (patch)
tree655a419c92b6681093297ef28d16ff236e817bbd /.config
parent273837b3c63bef63ca208993c1deba0d1caa32ab (diff)
downloadhyprdots-6fabdbc5717873505aba152a5d1e8155d5d45ef2.tar.gz
emerge emaint doas alias
Diffstat (limited to '.config')
-rw-r--r--.config/shell/aliasrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 1b988f9..e4d5d39 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -6,7 +6,7 @@
[ -f "$MBSYNCRC" ] && alias mbsync="mbsync -c $MBSYNCRC"
# doas not required for some system commands
-for command in mount umount rc-service rc-update pacman updatedb su shutdown poweroff reboot ; do
+for command in mount umount rc-service rc-update emerge emaint updatedb su shutdown poweroff reboot ; do
alias $command="doas $command"
done; unset command