remove dumb aliases
This commit is contained in:
parent
bdeb7f2c9c
commit
3f111ddd57
1 changed files with 1 additions and 1 deletions
2
aliasrc
2
aliasrc
|
@ -6,7 +6,7 @@
|
||||||
# Use $XINITRC variable if file exists.
|
# Use $XINITRC variable if file exists.
|
||||||
[ -f "$XINITRC" ] && alias startx="startx $XINITRC"
|
[ -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"
|
alias $command="doas $command"
|
||||||
done; unset command
|
done; unset command
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue