feat: change pinentry-program to curses

This commit is contained in:
David JULIEN 2021-02-12 22:19:13 +01:00
parent ea68cb0853
commit f4cb7f182e
1 changed files with 2 additions and 0 deletions

View File

@ -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"