This commit is contained in:
Elizabeth Hunt 2024-09-02 20:11:27 -07:00
parent 0ba0ccf9de
commit 17c2675299
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

View File

@ -2,10 +2,10 @@ export PATH=$PATH:/home/lizzy/.cargo/bin
eval "$(zoxide init --cmd z zsh)"
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi
export GPG_TTY=$(tty)
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye > /dev/null
. /opt/asdf-vm/asdf.sh