chore(bash): export GPG_TTY variable

This commit is contained in:
Ivan R. 2024-04-16 17:34:03 +05:00
parent 6a6377201d
commit 36a227e368
Signed by: lumin
GPG key ID: E0937DC7CD6D3817

View file

@ -21,3 +21,4 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
export GPG_TTY=$(tty)