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:
parent
36c80f642e
commit
8ef423569e
2 changed files with 1 additions and 107 deletions
|
@ -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 ....='../../..'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue