remove dumb aliases

This commit is contained in:
xesc 2024-07-18 10:57:30 +02:00
parent bdeb7f2c9c
commit 3f111ddd57

View file

@ -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