Compare commits
2 commits
db1ad32d67
...
7fe653ed5b
Author | SHA1 | Date | |
---|---|---|---|
7fe653ed5b | |||
95b1329963 |
2 changed files with 3 additions and 0 deletions
|
@ -140,6 +140,8 @@ do
|
|||
esac
|
||||
done
|
||||
|
||||
gpg-connect-agent updatestartuptty /bye
|
||||
|
||||
unset SSH_AGENT_PID
|
||||
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||
|
|
|
@ -23,4 +23,5 @@ do
|
|||
source "${ZDOTDIR}/config/${f}.zsh"
|
||||
done
|
||||
|
||||
gpg-connect-agent /bye
|
||||
export GPG_TTY=$TTY
|
||||
|
|
Loading…
Add table
Reference in a new issue