diff --git a/.config/git/config b/.config/git/config index 22d358c..ac83b74 100644 --- a/.config/git/config +++ b/.config/git/config @@ -14,6 +14,9 @@ editor = nvim hooksPath = ~/.config/git/hooks +[diff] + tool = bat + [init] defaultBranch = main