Merge branch 'master' of github.com:cyplo/dotfiles
This commit is contained in:
commit
ac777bafd8
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,6 @@
|
|||
[core]
|
||||
pager = cat
|
||||
[alias]
|
||||
tree = log --show-signature --color --decorate --date=short --all --graph -n 6
|
||||
tree = log --show-signature --color --decorate --date=short --all --graph -n 9
|
||||
[mergetool]
|
||||
keepBackup = false
|
||||
|
|
1
.vimrc
1
.vimrc
|
@ -43,6 +43,7 @@ let g:airline#extensions#tabline#enabled = 1
|
|||
|
||||
|
||||
" appearance
|
||||
set number
|
||||
set relativenumber
|
||||
set laststatus=2
|
||||
set noshowmode
|
||||
|
|
Loading…
Reference in a new issue