From 3f111ddd57e99ee8c0ba2f0885a966adfd328b32 Mon Sep 17 00:00:00 2001 From: xesc Date: Thu, 18 Jul 2024 10:57:30 +0200 Subject: [PATCH] remove dumb aliases --- aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliasrc b/aliasrc index 6031d92..66503bc 100644 --- a/aliasrc +++ b/aliasrc @@ -6,7 +6,7 @@ # Use $XINITRC variable if file exists. [ -f "$XINITRC" ] && alias startx="startx $XINITRC" -for command in mount umount apt dnf xbps-install pacman updatedb init systemctl service openrc-shutdown reboot sv; do +for command in mount umount systemctl service reboot sv; do alias $command="doas $command" done; unset command