aliases: shutdown ergänzt

This commit is contained in:
Michael Grote 2021-08-17 08:07:58 +02:00
parent 9ff3012e76
commit ebebd88e0a

View file

@ -20,6 +20,7 @@ alias untar="tar -xzf"
alias suspend="i3lock -c 000000 && systemctl suspend"
alias standby="i3lock -c 000000 && systemctl suspend"
alias hibernate="i3lock -c 000000 && systemctl hibernate"
alias shutdown="sudo shutdown --no-wall now"
# git
alias gsps="git stash && git pull && git stash pop"
# typo