variable xinitrc, void tricks for gnupg

This commit is contained in:
Paul Walko
2019-08-25 18:17:16 -04:00
parent 9cf28569b6
commit a1d91c4125
2 changed files with 19 additions and 6 deletions

1
zshrc
View File

@@ -34,6 +34,7 @@ if [ -f /etc/os-release ]; then
fi
# GPG/SSH
## Void: Install pcsclite, pcsc-ccid, gnupg2-scdaemon
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"