diff options
author | Alan Pearce | 2015-06-23 16:19:11 +0200 |
---|---|---|
committer | Alan Pearce | 2015-06-23 16:19:11 +0200 |
commit | a0a5bbc8783e4895b7afc60d141ff8e2644cd612 (patch) | |
tree | 2a4471abdc36b100224278940cb16a7c501d5f30 /tag-zsh/config/zsh/zshenv | |
parent | 99e2d7be633ce4b6ef3517b9aded303b3b71c07f (diff) | |
download | nixfiles-a0a5bbc8783e4895b7afc60d141ff8e2644cd612.tar.lz nixfiles-a0a5bbc8783e4895b7afc60d141ff8e2644cd612.tar.zst nixfiles-a0a5bbc8783e4895b7afc60d141ff8e2644cd612.zip |
zsh: Fix syntax error
Diffstat (limited to 'tag-zsh/config/zsh/zshenv')
-rwxr-xr-x | tag-zsh/config/zsh/zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv index 95377c1a..1558855c 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 |