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