diff options
author | drduh <github@duh.to> | 2019-08-12 20:36:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-12 20:36:29 +0000 |
commit | 5d0f099ae2700792dc0641a6369a8f4a306f12c4 (patch) | |
tree | 0373b6fa3127ed52ee2f37de22889fe6589339bc | |
parent | Merge pull request #119 from dbradley771/patch-1 (diff) | |
parent | Update README.md (diff) | |
download | YubiKey-Guide-5d0f099ae2700792dc0641a6369a8f4a306f12c4.tar.gz |
Merge pull request #121 from Chili-Man/patch-1
Redirect gpg-connect-agent ouput to /dev/null when added to shell `rc` file
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |