small pixel drawing of a pufferfish dotfiles

Fix vim backpu dir, change bg
j3s j3s@c3f.net
Tue, 24 Dec 2019 14:38:12 -0600
commit

1a3d634e28a3b029d1c198b9a592e8cd3ca76914

parent

a7a51c30397e6ec41f2badf1950ea0d0c44ca88b

2 files changed, 2 insertions(+), 6 deletions(-)

jump to
M .config/sway/config.config/sway/config

@@ -224,7 +224,7 @@ status_command while ~/.config/sway/status; do sleep 1; done

colors { statusline #ffffff - background #323232 + background #000000 inactive_workspace #32323200 #32323200 #5c5c5c } }
M .vimrc.vimrc

@@ -27,11 +27,7 @@ set nobackup

" use rename-and-write-new method whenever safe set backupcopy=auto " patch required to honor double slash at end -if has("patch-8.1.0251") - " consolidate the writebackups -- not a big - " deal either way, since they usually get deleted - set backupdir^=~/.vim/backup// -end +set backupdir^=~/.vim/backup// " persist the undo tree for each file set undofile