diff --git a/zsh/.config/zsh/.gpg.zsh b/zsh/.config/zsh/.gpg.zsh index bcf13e9..b89766a 100644 --- a/zsh/.config/zsh/.gpg.zsh +++ b/zsh/.config/zsh/.gpg.zsh @@ -2,4 +2,4 @@ export GPG_TTY=$TTY export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) gpgconf --launch gpg-agent -gpg-connect-agent updatestartuptty /bye > /dev/null 2>&1 +gpg-connect-agent updatestartuptty /bye &> /dev/null