aliases: shutdown ergänzt
This commit is contained in:
parent
9ff3012e76
commit
ebebd88e0a
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ alias untar="tar -xzf"
|
||||||
alias suspend="i3lock -c 000000 && systemctl suspend"
|
alias suspend="i3lock -c 000000 && systemctl suspend"
|
||||||
alias standby="i3lock -c 000000 && systemctl suspend"
|
alias standby="i3lock -c 000000 && systemctl suspend"
|
||||||
alias hibernate="i3lock -c 000000 && systemctl hibernate"
|
alias hibernate="i3lock -c 000000 && systemctl hibernate"
|
||||||
|
alias shutdown="sudo shutdown --no-wall now"
|
||||||
# git
|
# git
|
||||||
alias gsps="git stash && git pull && git stash pop"
|
alias gsps="git stash && git pull && git stash pop"
|
||||||
# typo
|
# typo
|
||||||
|
|
Loading…
Reference in a new issue