all repos — nixfiles @ fb9985390e05c26d9e456b75d7b9996663101a2f

System and user configuration, managed by nix and home-manager

Don’t try to run gpg-agent on OSX

GPGTools handles this for us, without a warning
Alan Pearce alan.pearce@spotcap.com
Tue, 23 Jun 2015 16:19:24 +0200
commit

fb9985390e05c26d9e456b75d7b9996663101a2f

parent

a0a5bbc8783e4895b7afc60d141ff8e2644cd612

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-zsh/config/zsh/zshenvtag-zsh/config/zsh/zshenv
@@ -66,7 +66,7 @@ then 	eval "$(direnv hook zsh)"
 fi
 
-if [[ -s $commands[gpg-agent] ]]
+if [[ -s $commands[gpg-agent] && $os != "osx" ]]
 then
 	envfile="$HOME/.gnupg/gpg-agent.env"
 	if [[ -e "$envfile" ]] && kill -0 $(grep GPG_AGENT_INFO "$envfile" | cut -d: -f 2) 2>/dev/null; then