aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-09-20 14:22:07 +0300
committerawy <awy@awy.one>2025-09-20 14:22:07 +0300
commit3073a8e4cd4e38da541107961e14b01005e95f2b (patch)
tree50d7e069c91daeeb5f23efd44e4d10095c5a5d7e /.config
parent48b6ae790cc8badcd3fbb4572adfda75d6f38330 (diff)
downloadhyprdots-3073a8e4cd4e38da541107961e14b01005e95f2b.tar.gz
yes
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 0bb67f1..d05b34a 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 emerge emaint updatedb su shutdown poweroff reboot ; do
+for command in mount umount pacman rc-service rc-update emerge emaint dinitctl updatedb su shutdown poweroff reboot ; do
alias $command="doas $command"
done; unset command