mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix(gpg-agent): correctly overwrite $SSH_AUTH_SOCK and other improvements (#7059)
This commit is contained in:
parent
49bc55f966
commit
e5b9b80008
2 changed files with 14 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue