m 2 zsh-user: use absolute path to gpg-connect-agent

This commit is contained in:
makefu 2016-07-22 12:35:06 +02:00
parent 864e711114
commit fa38961354
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -22,7 +22,7 @@ in
bindkey "\e[3~" delete-char
zstyle ':completion:*' menu select
gpg-connect-agent updatestartuptty /bye >/dev/null
${pkgs.gnupg}/bin/gpg-connect-agent updatestartuptty /bye >/dev/null
GPG_TTY=$(tty)
export GPG_TTY
unset SSH_AGENT_PID