From bd2eb245b0e4be0f2d8e6eb93e0449b1d3b151dc Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 24 Jul 2023 13:11:29 +0200 Subject: [PATCH] Update .gitconfig --- dot_gitconfig.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index af857de..6614319 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -31,8 +31,10 @@ excludeFile = cover.cov [push] default = current +{{ if .homebrew }} [gpg] program = /opt/homebrew/bin/gpg +{{ end }} [interactive] diffFilter = delta --color-only [add.interactive]