From 1225ae14fce18d7cf207abd1df3a4d17af6e32d1 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Thu, 12 Sep 2024 06:55:37 +0100 Subject: [PATCH] fix(sparrow): add the GPG_TTY variable --- hosts/sparrow.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/sparrow.json b/hosts/sparrow.json index 3c62b71..3ddf060 100644 --- a/hosts/sparrow.json +++ b/hosts/sparrow.json @@ -24,6 +24,9 @@ "description": "Enable bash completion for the g alias" } ], + "environmentVariables": { + "GPG_TTY": "$(tty)" + }, "sessionPaths": [ { "path": "Applications",