From 7eacd3c160f23fbff65c510aae70266b33b48bc2 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 19 Jun 2026 16:36:01 +0100 Subject: Use local gpg-agent on VM --- dot_config/git/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dot_config/git') diff --git a/dot_config/git/config b/dot_config/git/config index 3874410..6416efc 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -153,6 +153,5 @@ [credential "smtp://127.0.0.1:1025"] helper = "!f() { test \"$1\" = get && printf 'password=%s\\n' \"$(pass show proton/bridge-smtp)\"; }; f" [include] - ; Machine-local overrides (e.g. SSH-format signing on the remote-dev VM). - ; Git silently skips this if the file is absent. + ; Machine-local overrides. Git silently skips this if the file is absent. path = ~/.config/git/config.local -- cgit v1.3.1