diff --git a/common/.config/zsh/.zprofile b/common/.config/zsh/.zprofile
index bd91b766..5f180c88 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 80041afc..a16bbe12 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