This commit is contained in:
Michael Grote 2022-07-17 11:44:58 +02:00
parent 848cbed8ea
commit 14fb1ef220

View file

@ -250,6 +250,6 @@ alias rm="rm -i "
# rest
alias rs="pwgen --capitalize --num-passwords=1 --numerals --secure 14"
alias suspend="sudo systemctl suspend"
alias suspend="sudo systemctl suspend"
alias hibernate="sudo systemctl hibernate"
alias restart="sudo systemctl restart"
alias shutdown="sudo systemctl shutdown"