fixup: gpg ssh id

This commit is contained in:
Tobias Manske 2021-02-09 02:48:42 +01:00
parent c59ca9e10e
commit 6bf19270c4
Signed by: tobias
GPG Key ID: D5914DC71F2F9352

9
.zshrc
View File

@ -1,7 +1,3 @@
# GPG for SSH
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
# Start configuration added by Zim install {{{
#
@ -132,3 +128,8 @@ source /usr/share/fzf/completion.zsh
source /usr/share/fzf/key-bindings.zsh
alias pdfdiff="diffpdf"
# GPG for SSH
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent