From 7b876888857dcb2d151c6c31094e9f4717d561d7 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 31 Oct 2018 17:33:16 +0000 Subject: [PATCH] Use pinentry-curses for lastpass-cli on Debian --- .conduit.yaml | 1 + zshenv | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.conduit.yaml b/.conduit.yaml index e26eee7..5655b83 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -3,6 +3,7 @@ - apt: - zsh - zsh-doc + - pinentry-curses - brew: - zsh - command: diff --git a/zshenv b/zshenv index 6bcca71..815423a 100644 --- a/zshenv +++ b/zshenv @@ -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