From e7a0a184f3f1c14cd2a7257c3cf7a506b1c03d98 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Mon, 15 Jan 2018 13:11:22 +1300 Subject: [PATCH] fix(gpg): swap order of gpg & ssh agents for unknown reasons, gpg agent was overriding ssh environment variables --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4b38fa6..75b6ab7 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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