fixup: gpg ssh id
This commit is contained in:
parent
c59ca9e10e
commit
6bf19270c4
9
.zshrc
9
.zshrc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user