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