git: Switch back to diff-so-fancy from delta
I'm not happy with the colors and diff-so-fancy is easier, since it's just shipped with this repo via a submodule.
This commit is contained in:
@@ -53,9 +53,9 @@
|
|||||||
verbose = true
|
verbose = true
|
||||||
[core]
|
[core]
|
||||||
abbrev = 12
|
abbrev = 12
|
||||||
pager = delta
|
#pager = delta
|
||||||
# pager = diff-so-fancy \
|
pager = diff-so-fancy \
|
||||||
# | less --tabs=8 --RAW-CONTROL-CHARS --quit-if-one-screen
|
| less --tabs=8 --RAW-CONTROL-CHARS --quit-if-one-screen
|
||||||
[delta]
|
[delta]
|
||||||
navigate = true
|
navigate = true
|
||||||
commit-decoration-style = bold yellow box
|
commit-decoration-style = bold yellow box
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
#diffFilter = delta --color-only
|
||||||
# Might need a `sudo cpan Term::ReadKey`
|
# Might need a `sudo cpan Term::ReadKey`
|
||||||
singleKey = true
|
singleKey = true
|
||||||
[log]
|
[log]
|
||||||
|
|||||||
Reference in New Issue
Block a user