mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-02 22:17:21 +01:00
use delta as pager
This commit is contained in:
@@ -7,10 +7,26 @@
|
|||||||
interactive = auto
|
interactive = auto
|
||||||
status = auto
|
status = auto
|
||||||
[core]
|
[core]
|
||||||
editor=vim -f +1 -c start!
|
editor=$EDITOR -f +1 -c start!
|
||||||
autocrlf=input
|
autocrlf=input
|
||||||
eol=lf
|
eol=lf
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
|
[pager]
|
||||||
|
diff = delta
|
||||||
|
log = delta
|
||||||
|
reflog = delta
|
||||||
|
show = delta
|
||||||
|
[interactive]
|
||||||
|
diffFilter = delta --color-only --features=interactive
|
||||||
|
[delta "interactive"]
|
||||||
|
keep-plus-minus-markers = false
|
||||||
|
[delta "decorations"]
|
||||||
|
commit-decoration-style = blue ol
|
||||||
|
commit-style = raw
|
||||||
|
file-style = omit
|
||||||
|
hunk-header-decoration-style = blue box
|
||||||
|
hunk-header-file-style = red
|
||||||
|
hunk-header-style = file line-number syntax
|
||||||
[alias]
|
[alias]
|
||||||
rbm = rebase upstream/master
|
rbm = rebase upstream/master
|
||||||
rbc = rebase --continue
|
rbc = rebase --continue
|
||||||
@@ -28,8 +44,10 @@
|
|||||||
[rebase]
|
[rebase]
|
||||||
autosquash = true
|
autosquash = true
|
||||||
[github]
|
[github]
|
||||||
user = tomru
|
user = tomru
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
[init]
|
||||||
|
templatedir = ~/.git_template/
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
|||||||
Reference in New Issue
Block a user