mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 15:59:56 +00:00
5 lines
103 B
Bash
5 lines
103 B
Bash
if tty -s; then
|
|
export GPG_TTY="$(tty)"
|
|
gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1
|
|
fi
|