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