1
0
Fork 0

zsh: fix gpg startup

This commit is contained in:
Luca Bilke 2024-11-20 16:02:02 +01:00
parent 27b367833a
commit 5083675c8f
No known key found for this signature in database
GPG key ID: C9E851809C1A5BDE
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ do
esac
done
gpg-connect-agent updatestartuptty /bye
gpg-connect-agent /bye
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then

View file

@ -23,5 +23,5 @@ do
source "${ZDOTDIR}/config/${f}.zsh"
done
gpg-connect-agent /bye
gpg-connect-agent updatestartuptty /bye >/dev/null
export GPG_TTY=$TTY