From 6fabdbc5717873505aba152a5d1e8155d5d45ef2 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 19 Aug 2025 19:42:27 +0300 Subject: emerge emaint doas alias --- .config/shell/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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 -- cgit v1.2.3