Merge branch 'master' of ssh://git.penguincoder.org:2222/penguincoder/dotfiles
This commit is contained in:
commit
5974dc7f66
2 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
conflictstyle = diff3
|
||||
prompt = false
|
||||
|
||||
[pull]
|
||||
rebase = false
|
||||
|
||||
[color]
|
||||
branch = auto
|
||||
diff = auto
|
||||
|
|
2
.vimrc
2
.vimrc
|
@ -16,6 +16,8 @@ set expandtab
|
|||
set listchars=tab:>-,trail:-
|
||||
set list
|
||||
set noshowmode
|
||||
set hlsearch
|
||||
set incsearch
|
||||
syntax on
|
||||
|
||||
filetype on
|
||||
|
|
Reference in a new issue