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