all repos — nixfiles @ a0a5bbc8783e4895b7afc60d141ff8e2644cd612

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

zsh: Fix syntax error

Alan Pearce
commit

a0a5bbc8783e4895b7afc60d141ff8e2644cd612

parent

99e2d7be633ce4b6ef3517b9aded303b3b71c07f

1 file changed, 1 insertion(+), 1 deletion(-)

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