From 578878f57bd1db44c6c5e22dbda0de486c389266 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Thu, 23 Apr 2020 17:30:21 -0400 Subject: minor changes to launch of gpg-agent --- bin/gk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/gk b/bin/gk index f0886f6..c801a45 100755 --- a/bin/gk +++ b/bin/gk @@ -1,7 +1,7 @@ #!/bin/sh pkill gpg-agent -export GPG_TTY="$(tty)" +export GPG_TTY=$(tty) export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) gpg-connect-agent updatestartuptty /bye -- cgit 1.4.1