dotfiles/zsh/.config/zsh/gpg.zsh

6 lines
183 B
Bash
Raw Normal View History

2023-03-31 14:07:37 +00:00
if [[ -z $SSH_CONNECTION ]] && [[ $HOSTNAME != "toolbox" ]]; then
export GPG_TTY="$TTY"
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye &> /dev/null
fi