mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
add to aliasrs
In Artix you need to run them with sudo.
This commit is contained in:
parent
67871e8a4f
commit
817a4f390a
@ -7,7 +7,7 @@
|
||||
[ -f "$XINITRC" ] && alias startx="startx $XINITRC"
|
||||
|
||||
# sudo not required for some system commands
|
||||
for command in mount umount sv pacman updatedb su ; do
|
||||
for command in mount umount sv pacman updatedb su shutdown poweroff reboot ; do
|
||||
alias $command="sudo $command"
|
||||
done; unset command
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user