From ef6a8377c1437b0c5df074b58826f7ff3c9be14e Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Tue, 11 Oct 2022 07:38:47 +0200 Subject: [PATCH] Remove gpg-connect update --- zsh/zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index c380cf9..b679bce 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -12,12 +12,6 @@ export HISTSIZE=1000 export SAVEHIST=1000 setopt SHARE_HISTORY -# set correct gpg tty for ssh -if [ -n "$SSH_TTY" ]; then - export GPG_TTY=$SSH_TTY - gpg-connect-agent updatestartuptty /bye >/dev/null -fi - # add path to $fpath fpath=("$HOME/.zsh/functions/prompts" $fpath)