consolidate agent commands

pull/458/head
drduh 2024-08-18 11:59:50 -07:00
parent c110bb8ec0
commit d0928bc007
1 changed files with 1 additions and 0 deletions

View File

@ -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):