Enable pinentry input in TTYs
This commit is contained in:
parent
b37f0a1d1c
commit
457b1f5151
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
|
@ -119,3 +119,6 @@ fi
|
||||||
# Hook up direnv
|
# Hook up direnv
|
||||||
eval "$(direnv hook bash)"
|
eval "$(direnv hook bash)"
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|
||||||
|
# Tell GPG in where to open the pinentry dialog
|
||||||
|
export GPG_TTY="$(tty)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue