aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/keychain.bash
blob: cae44983c254317b37c1ece5e2a41032c3023d99 (plain) (blame)
1
2
3
4
5
6
# If TTY/GPG_TTY are set, update them
if [[ $TTY || $GPG_TTY ]]; then
    TTY=$(tty)
    GPG_TTY=$TTY
fi