diff --git a/zsh/.zshrc b/zsh/.zshrc index b31d9f2..d8ef34c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 ....='../../..'