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