From 0138c1b697ed6e0360444b41ca0229563ba7504a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 9 Feb 2025 14:00:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-09 14:00:06 --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index cc9d5831..c30b4cfc 100644 --- a/.zshrc +++ b/.zshrc @@ -129,6 +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 # export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) # gpg-connect-agent /bye > /dev/null eval "$(direnv hook zsh)"