fix gpg
This commit is contained in:
parent
0ba0ccf9de
commit
17c2675299
@ -2,10 +2,10 @@ export PATH=$PATH:/home/lizzy/.cargo/bin
|
|||||||
|
|
||||||
eval "$(zoxide init --cmd z zsh)"
|
eval "$(zoxide init --cmd z zsh)"
|
||||||
|
|
||||||
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
export GPG_TTY="$(tty)"
|
||||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||||
fi
|
gpgconf --launch gpg-agent
|
||||||
export GPG_TTY=$(tty)
|
gpg-connect-agent updatestartuptty /bye > /dev/null
|
||||||
|
|
||||||
. /opt/asdf-vm/asdf.sh
|
. /opt/asdf-vm/asdf.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user