diff --git a/neovim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim index 4a8e176..95713a9 100644 --- a/neovim/.config/nvim/init.vim +++ b/neovim/.config/nvim/init.vim @@ -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. diff --git a/zsh/.zshrc b/zsh/.zshrc index d8ef34c..5c9fdee 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 ....='../../..'