From d0928bc00798d488f053e49af6896c2ff1d2a60e Mon Sep 17 00:00:00 2001 From: drduh Date: Sun, 18 Aug 2024 11:59:50 -0700 Subject: [PATCH] consolidate agent commands --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fe4bc3..596c5fb 100644 --- a/README.md +++ b/README.md @@ -1354,6 +1354,7 @@ Add the following to the shell rc file: 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 ``` For fish, `config.fish` should look like this (consider putting them into the `is-interactive` block):