From 5083675c8fc4852bd35083ce9b791acf17b30900 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 20 Nov 2024 16:02:02 +0100 Subject: [PATCH] zsh: fix gpg startup --- common/.config/zsh/.zprofile | 2 +- common/.config/zsh/.zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/.config/zsh/.zprofile b/common/.config/zsh/.zprofile index bd91b7669..5f180c880 100644 --- a/common/.config/zsh/.zprofile +++ b/common/.config/zsh/.zprofile @@ -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 diff --git a/common/.config/zsh/.zshrc b/common/.config/zsh/.zshrc index 80041afc1..a16bbe128 100644 --- a/common/.config/zsh/.zshrc +++ b/common/.config/zsh/.zshrc @@ -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