From a6462a91139f9c78f5507cb63709c4b0ffe5dea4 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 9 Feb 2025 14:10:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-09 14:10:06 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index c30b4cfc..5935c316 100644 --- a/.zshrc +++ b/.zshrc @@ -129,7 +129,7 @@ eval "$(zoxide init zsh)" eval "$(rip completions zsh)" export DIRENV_LOG_FORMAT="" export GPG_TTY=$(tty) -gpg-connect-agent updatestartuptty /bye >/dev/null +# gpg-connect-agent updatestartuptty /bye >/dev/null # export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) # gpg-connect-agent /bye > /dev/null eval "$(direnv hook zsh)"