all repos — archive/dotfiles @ a0a5bbc8783e4895b7afc60d141ff8e2644cd612

Superseded by nixfiles

zsh: Fix syntax error
Alan Pearce alan.pearce@spotcap.com
Tue, 23 Jun 2015 16:19:11 +0200
commit

a0a5bbc8783e4895b7afc60d141ff8e2644cd612

parent

99e2d7be633ce4b6ef3517b9aded303b3b71c07f

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] ]]
 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