From 5d98fdeaba644e055b1bf01cf03e953eae24d10f Mon Sep 17 00:00:00 2001 From: Dennis Triantafyllis Date: Thu, 27 Feb 2025 19:39:12 +0200 Subject: [PATCH] chore(README): removed double quotes in exporting GPG_TTY env variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd054e..863224c 100644 --- a/README.md +++ b/README.md @@ -1416,7 +1416,7 @@ To launch `gpg-agent` for use by SSH, use the `gpg-connect-agent /bye` or `gpgco Add the following to the shell rc file: ```console -export GPG_TTY="$(tty)" +export GPG_TTY=$(tty) export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) gpgconf --launch gpg-agent gpg-connect-agent updatestartuptty /bye > /dev/null