We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c46a6 commit 987b6b4Copy full SHA for 987b6b4
zsh/.zshenv
@@ -11,11 +11,7 @@ export BEMENU_OPTS="-n -m -1 --nb #000b1ecc --tb #000b1ecc --tf #ea00d9ff --nf #
11
############
12
# GPG #
13
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
+export GPG_TTY=${TTY:-"$(tty)"}
19
20
if [[ -z ${WAYLAND_DISPLAY+x} ]]; then
21
# Not got a display
0 commit comments