Setup delta for git
This commit is contained in:
parent
be9d378730
commit
6134736765
1 changed files with 30 additions and 13 deletions
|
@ -5,6 +5,9 @@
|
|||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
[core]
|
||||
pager = delta
|
||||
|
||||
[alias]
|
||||
a = add
|
||||
b = branch
|
||||
|
@ -18,3 +21,17 @@
|
|||
s = status -s
|
||||
co = checkout
|
||||
cob = checkout -b
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
|
||||
[diff]
|
||||
colorMoved = default
|
||||
|
||||
[delta]
|
||||
navigate = true
|
||||
hyperlinks = true
|
||||
syntax-theme = Solarized (light)
|
||||
|
|
Loading…
Reference in a new issue