From 766bfb6a5210a445ae17884405d42764acc9c4cc Mon Sep 17 00:00:00 2001 From: Carl Smedstad Date: Sun, 11 Feb 2024 16:41:14 +0100 Subject: [PATCH] bashrc: Remove gpg-agent stuff - does not seem to be needed --- .bashrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.bashrc b/.bashrc index e4e776c..c1791e4 100644 --- a/.bashrc +++ b/.bashrc @@ -21,12 +21,3 @@ if [ -d "$XDG_CONFIG_HOME/bash/" ]; then fi command -v direnv >> /dev/null && eval "$(direnv hook bash)" - -GPG_TTY=$(tty) -export GPG_TTY - -unset SSH_AGENT_PID -if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then - SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" - export SSH_AUTH_SOCK -fi