switched around the order of i3sleep, and deleted the rtorrent dotfiles, because I cant be asked to understand rtorrent for now.

This commit is contained in:
Gabe Venberg 2018-12-26 19:38:11 -06:00
parent 36c80f642e
commit 8ef423569e
2 changed files with 1 additions and 107 deletions

View file

@ -95,7 +95,7 @@ local LOCAL_ZSHRC=$HOME/.config/zshlocal # Allow the local machine to have
alias vimdiff="nvim -d"
alias mutt="neomutt"
#i3sleep locks the screen and puts the system to sleep
alias i3sleep="i3lock && systemctl suspend"
alias i3sleep="systemctl suspend && i3lock"
#alias -g ...='../..'
#alias -g ....='../../..'