Skip to content

Commit 73f2544

Browse files
committed
Configure delta as git pager
1 parent f4d2a5c commit 73f2544

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

git/.gitconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
[branch]
22
sort = -committerdate
3+
[core]
4+
pager = delta
5+
[delta]
6+
navigate = true
37
[diff]
48
algorithm = histogram
59
colorMobed = plain
610
renames = true
11+
[github]
12+
user = re1
713
[help]
814
autocorrect = prompt
915
[init]
1016
defaultBranch = main
17+
[interactive]
18+
diffFilter = delta --color-only
19+
[merge]
20+
conflictstyle = zdiff3
1121
[pull]
1222
rebase = true
1323
[push]

0 commit comments

Comments
 (0)