zsh: Fix syntax error
Alan Pearce alan.pearce@spotcap.com
Tue, 23 Jun 2015 16:19:11 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-zsh/config/zsh/zshenv → 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