diff options
author | drduh <github@duh.to> | 2024-08-18 11:59:50 -0700 |
---|---|---|
committer | drduh <github@duh.to> | 2024-08-18 11:59:50 -0700 |
commit | d0928bc00798d488f053e49af6896c2ff1d2a60e (patch) | |
tree | 24cf99ac086c57f0292824547d6f3a8d12875ec0 | |
parent | use printf, export keyid, fix link (diff) | |
download | YubiKey-Guide-d0928bc00798d488f053e49af6896c2ff1d2a60e.tar.gz |
consolidate agent commands
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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): |