This commit is contained in:
Gabe Venberg 2018-12-30 00:26:32 -06:00
commit a9c5cc588b
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ set lazyredraw
set autoread
set history=5000
filetype plugin on
set noswapfile "disables creation of swap files
"user interface stuff
"disables the autocommenting stuff.

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 ....='../../..'