feat(shell): let the delta theme be defined by base16-shell
When using light and dark theme I had to keep changing the git config so
git diff was readable. I have found that base16 shell has built in
support for delta so we can remove this config and let base16 shell deal
with it.
See: 9706041539/hooks/base16-delta.sh
This commit is contained in:
parent
8a021a6e0a
commit
8d56ef0940
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
[delta]
|
[delta]
|
||||||
light = true
|
|
||||||
line-numbers = true
|
line-numbers = true
|
||||||
navigate = true
|
navigate = true
|
||||||
hunk-header-style = raw
|
hunk-header-style = raw
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue