From 1c676c7cf2efe877260132888a88a2b918855785 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 25 Aug 2021 08:02:39 -0400 Subject: close #971 --- .config/shell/aliasrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/shell/aliasrc') diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 5122d08..235fc04 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -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 @@ -38,7 +38,6 @@ alias \ sdn="sudo shutdown -h now" \ e="$EDITOR" \ v="$EDITOR" \ - p="sudo pacman" \ xi="sudo xbps-install" \ xr="sudo xbps-remove -R" \ xq="xbps-query" \ -- cgit v1.3.1