Merge branch 'master' of ssh://git.penguincoder.org:2222/penguincoder/dotfiles

master
Andrew Coleman 2020-07-15 12:56:19 -04:00
commit 5974dc7f66
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,9 @@
conflictstyle = diff3
prompt = false
[pull]
rebase = false
[color]
branch = auto
diff = auto

2
.vimrc
View File

@ -16,6 +16,8 @@ set expandtab
set listchars=tab:>-,trail:-
set list
set noshowmode
set hlsearch
set incsearch
syntax on
filetype on