git config: Use bat as diff tool

old-yadm
earnest ma 2021-08-25 15:48:56 -04:00
parent abf8b71502
commit 8a59dd5fa0
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 3 additions and 0 deletions

View File

@ -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