aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-18 01:53:12 +0300
committerawy <awy@awy.one>2025-08-18 01:53:12 +0300
commit68b3d46d851016266a197b15f8a848b285d1be9c (patch)
tree3f9734e54412abb926eb24d3fa8aeffa009466dd /.config
parent7784e90b5071f5a82533c9446248b8efd4a949ab (diff)
downloadhyprdots-68b3d46d851016266a197b15f8a848b285d1be9c.tar.gz
openrc
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 64b5b7e..1b988f9 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 dinitctl pacman updatedb su shutdown poweroff reboot ; do
+for command in mount umount rc-service rc-update pacman updatedb su shutdown poweroff reboot ; do
alias $command="doas $command"
done; unset command