From f4cb7f182e592f61bf1230c3d2ba17000dcc9671 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 12 Feb 2021 22:19:13 +0100 Subject: [PATCH] feat: change pinentry-program to curses --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index 9f1484a..f22d2e7 100644 --- a/.profile +++ b/.profile @@ -24,6 +24,8 @@ export PATH="$HOME/.local/bin:$PATH" ## default programs export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" +export GPG_TTY=$(tty) +export GPG_ASKPASS="/usr/bin/pinentry-curses" export SUDO_EDITOR="nvim" export EDITOR="nvim" export TERMINAL="st"