From 850a5722b7b082600d9d2efed1d3667656910476 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 1 Mar 2023 18:04:18 -0600 Subject: fix(gnupg): forward stderr when updating tty --- gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh b/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh index 3348c83..532697e 100644 --- a/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh +++ b/gnupg/.config/zsh/.zshrc.d/20-gnupg.zsh @@ -4,6 +4,6 @@ GPG_TTY=$(tty) export GPG_TTY -gpg-connect-agent updatestartuptty /bye >/dev/null +gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1 alias unlock='echo "" | gpg --clearsign 1>/dev/null && ssh localhost -- : 1>/dev/null' -- cgit v1.2.3-70-g09d2