From 51dd52254b5246407e52927907e195a459c2d776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Thu, 7 Mar 2024 18:57:00 +0100 Subject: git: difftastic is optional, add local.config --- dot_config/git/difftastic.config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dot_config/git/difftastic.config (limited to 'dot_config/git/difftastic.config') diff --git a/dot_config/git/difftastic.config b/dot_config/git/difftastic.config new file mode 100644 index 0000000..9772838 --- /dev/null +++ b/dot_config/git/difftastic.config @@ -0,0 +1,10 @@ +# vim: ft=gitconfig +[diff] + external = difft + tool = difftastic +[difftool] + prompt = false +[difftool "difftastic"] + cmd = difft "$LOCAL" "$REMOTE" +[pager] + difftool = true -- cgit v1.2.3