zsh: fix gpg startup
This commit is contained in:
parent
27b367833a
commit
5083675c8f
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
gpg-connect-agent updatestartuptty /bye
|
gpg-connect-agent /bye
|
||||||
|
|
||||||
unset SSH_AGENT_PID
|
unset SSH_AGENT_PID
|
||||||
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||||
|
|
|
@ -23,5 +23,5 @@ do
|
||||||
source "${ZDOTDIR}/config/${f}.zsh"
|
source "${ZDOTDIR}/config/${f}.zsh"
|
||||||
done
|
done
|
||||||
|
|
||||||
gpg-connect-agent /bye
|
gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||||
export GPG_TTY=$TTY
|
export GPG_TTY=$TTY
|
||||||
|
|
Loading…
Add table
Reference in a new issue