Enable pinentry input in TTYs

This commit is contained in:
Ohad Livne 2025-06-04 22:45:26 +03:00
parent b37f0a1d1c
commit 457b1f5151
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -119,3 +119,6 @@ fi
# Hook up direnv
eval "$(direnv hook bash)"
. "$HOME/.cargo/env"
# Tell GPG in where to open the pinentry dialog
export GPG_TTY="$(tty)"