git config: Use bat as diff tool
parent
abf8b71502
commit
8a59dd5fa0
.config/git
|
@ -14,6 +14,9 @@
|
||||||
editor = nvim
|
editor = nvim
|
||||||
hooksPath = ~/.config/git/hooks
|
hooksPath = ~/.config/git/hooks
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
tool = bat
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue