fix(gpg): swap order of gpg & ssh agents
for unknown reasons, gpg agent was overriding ssh environment variables
This commit is contained in:
parent
6bba3e947f
commit
e7a0a184f3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ DISABLE_UPDATE_PROMPT=true
|
|||
DISABLE_AUTO_UPDATE=true
|
||||
|
||||
# plugins
|
||||
plugins=(common-aliases git sudo ssh-agent gpg-agent)
|
||||
plugins=(common-aliases git sudo gpg-agent ssh-agent)
|
||||
|
||||
# zsh-completions
|
||||
autoload -U compinit && compinit
|
||||
|
|
Loading…
Reference in a new issue