chore(bash): export GPG_TTY variable
This commit is contained in:
parent
6a6377201d
commit
36a227e368
1 changed files with 1 additions and 0 deletions
|
@ -21,3 +21,4 @@ if [ -d "$HOME/.local/bin" ] ; then
|
|||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
|
|
Loading…
Reference in a new issue