mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +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
|