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