added the i3sleep alias. starts i3lock and puts system to sleep.
This commit is contained in:
parent
93cc2c4b0d
commit
903fdb4c7d
|
@ -94,6 +94,8 @@ local LOCAL_ZSHRC=$HOME/.config/zshlocal # Allow the local machine to have
|
|||
alias vim="nvim"
|
||||
alias vimdiff="nvim -d"
|
||||
alias mutt="neomutt"
|
||||
#i3sleep locks the screen and puts the system to sleep
|
||||
alias i3sleep="i3lock && systemctl suspend"
|
||||
|
||||
#alias -g ...='../..'
|
||||
#alias -g ....='../../..'
|
||||
|
|
Loading…
Reference in a new issue