diff --git a/.bashrc b/.bashrc index 085c6ea..1bf1305 100644 --- a/.bashrc +++ b/.bashrc @@ -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)"