Aliase angepasst

This commit is contained in:
Michael Grote 2022-07-17 13:23:17 +02:00
parent 48b49465ef
commit cd8b3ad38b

View file

@ -249,7 +249,7 @@ alias cp="cp -i "
alias rm="rm -i "
# rest
alias rs="pwgen --capitalize --num-passwords=1 --numerals --secure 14"
alias suspend="sudo systemctl suspend"
alias hibernate="sudo systemctl hibernate"
alias restart="sudo systemctl restart"
alias shutdown="sudo systemctl shutdown"
alias suspend="~/dotfile/scripts/pwr.sh -sd"
alias hibernate="~/dotfile/scripts/pwr.sh -hb"
alias restart="~/dotfile/scripts/pwr.sh -r"
alias shutdown="~/dotfile/scripts/pwr.sh -s"