Skip to content

Commit 987b6b4

Browse files
committed
zsh: cleanup gpg env
1 parent 92c46a6 commit 987b6b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

zsh/.zshenv

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ export BEMENU_OPTS="-n -m -1 --nb #000b1ecc --tb #000b1ecc --tf #ea00d9ff --nf #
1111
############
1212
# GPG #
1313
############
14-
export GNUPGHOME="$HOME/.gnupg"
15-
export GPG_TTY="${TTY:-"$(tty)"}"
16-
gpg-connect-agent updatestartuptty /bye >/dev/null
17-
SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
18-
export SSH_AUTH_SOCK
14+
export GPG_TTY=${TTY:-"$(tty)"}
1915

2016
if [[ -z ${WAYLAND_DISPLAY+x} ]]; then
2117
# Not got a display

0 commit comments

Comments
 (0)