fix(gpg-agent): correctly overwrite $SSH_AUTH_SOCK and other improvements (#7059)

This commit is contained in:
Dapeng Gao
2021-10-05 19:54:53 +08:00
committed by GitHub
parent 49bc55f966
commit e5b9b80008
2 changed files with 14 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
Enables [GPG's gpg-agent](https://www.gnupg.org/documentation/manuals/gnupg/) if it is not running.
To use it, add gpg-agent to the plugins array of your zshrc file:
To use it, add `gpg-agent` to the plugins array of your zshrc file:
```zsh
plugins=(... gpg-agent)