Skip to content

Commit

Permalink
bashrc: Remove gpg-agent stuff - does not seem to be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsmedstad committed Feb 11, 2024
1 parent e0e5a8f commit 766bfb6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 766bfb6

Please sign in to comment.