From 58ae6ebbf455e64b430a6c62fa45d3c674829250 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 12 Dec 2025 18:13:57 +0100 Subject: Workaround gpg-agent.conf doesn't allow relative path to be called gpg-agent.conf doesn't permit the usage of $PATH or $HOME in the pinentry-program (https://dev.gnupg.org/T4588) So the work around is to template that file and expand the path correctly using the setup script (which is also copying the file correctly) This is favored over the use of /usr/local/bin because it doesn't need privileged execution of the setup script --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 55acb54..6f28434 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +.gnupg/gpg-agent.conf Brewfile.lock.json -- cgit v1.2.3