Use pinentry-curses for lastpass-cli on Debian

This commit is contained in:
Kenneth Benzie 2018-10-31 17:33:16 +00:00
parent 352a1c3f12
commit 7b87688885
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
- apt:
- zsh
- zsh-doc
- pinentry-curses
- brew:
- zsh
- command:

4
zshenv
View File

@ -53,3 +53,7 @@ export GTEST_BREAK_ON_FAILURE=0
# Disable virtualenv prompt
VIRTUAL_ENV_DISABLE_PROMPT=1
# If pinentry-curses exists, use it for lastpass-cli
which pinentry-curses &> /dev/null && \
export LPASS_PINENTRY=pinentry-curses