Update README.md

When adding GPG SSH agent configuration to shell rc file, redirect output of gpg-connect-agent to /dev/null so that it doesn't output `OK` every time you bring up a new shell
pull/121/head
Diego Rodriguez 5 years ago committed by GitHub
parent dd1d766e55
commit 3ae1656f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1502,7 +1502,7 @@ Add these to the shell `rc` file:
```console
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
gpg-connect-agent updatestartuptty /bye
gpg-connect-agent updatestartuptty /bye > /dev/null
```
On some systems, you may need to use the following instead:

Loading…
Cancel
Save