summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2015-06-23 16:19:11 +0200
committerAlan Pearce2015-06-23 16:19:11 +0200
commita0a5bbc8783e4895b7afc60d141ff8e2644cd612 (patch)
tree2a4471abdc36b100224278940cb16a7c501d5f30 /tag-zsh
parent99e2d7be633ce4b6ef3517b9aded303b3b71c07f (diff)
downloaddotfiles-a0a5bbc8783e4895b7afc60d141ff8e2644cd612.tar.lz
dotfiles-a0a5bbc8783e4895b7afc60d141ff8e2644cd612.tar.zst
dotfiles-a0a5bbc8783e4895b7afc60d141ff8e2644cd612.zip
zsh: Fix syntax error
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv
index 95377c1..1558855 100755
--- a/tag-zsh/config/zsh/zshenv
+++ b/tag-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