Fix gpg.zsh
This commit is contained in:
parent
78deede3be
commit
ddb4be62f2
|
@ -1,8 +1,10 @@
|
|||
if [[ -z $SSH_CONNECTION ]] && [[ $HOSTNAME != "toolbox" ]]; then
|
||||
export GPG_TTY="$TTY"
|
||||
gpgconf --launch gpg-agent
|
||||
gpg-connect-agent updatestartuptty /bye &> /dev/null
|
||||
else
|
||||
gpgconf --kill all
|
||||
gpg-connect-agent reloadagent /bye &> /dev/null
|
||||
if [[ $HOSTNAME != "toolbox" ]]; then
|
||||
if [[ -z $SSH_CONNECTION ]]; then
|
||||
export GPG_TTY="$TTY"
|
||||
gpgconf --launch gpg-agent
|
||||
gpg-connect-agent updatestartuptty /bye &> /dev/null
|
||||
else
|
||||
gpgconf --kill all
|
||||
gpg-connect-agent reloadagent /bye &> /dev/null
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue