From 7bb3dd34813bcd1c662ab62f4baade1e70f4157a Mon Sep 17 00:00:00 2001 From: TheEdgeOfRage Date: Thu, 25 Jan 2024 10:32:46 +0100 Subject: [PATCH] Update git difftool --- dot_gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_gitconfig b/dot_gitconfig index 4d3f782..4a46852 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -6,7 +6,7 @@ lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit slg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s' --abbrev-commit [diff] - tool = nvimdiff + tool = nvim -d [difftool] prompt = false [commit]