alias: standby
This commit is contained in:
parent
234121398c
commit
d91c62e102
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ alias scw="watch systemctl status"
|
||||||
alias hostname="hostname -f"
|
alias hostname="hostname -f"
|
||||||
alias untar="tar -xzf"
|
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 hibernate="i3lock -c 000000 && systemctl hibernate"
|
alias hibernate="i3lock -c 000000 && systemctl hibernate"
|
||||||
# git
|
# git
|
||||||
alias gsps="git stash && git pull && git stash pop"
|
alias gsps="git stash && git pull && git stash pop"
|
||||||
|
|
Loading…
Reference in a new issue