Use pinentry-curses for lastpass-cli on Debian
This commit is contained in:
parent
352a1c3f12
commit
7b87688885
@ -3,6 +3,7 @@
|
|||||||
- apt:
|
- apt:
|
||||||
- zsh
|
- zsh
|
||||||
- zsh-doc
|
- zsh-doc
|
||||||
|
- pinentry-curses
|
||||||
- brew:
|
- brew:
|
||||||
- zsh
|
- zsh
|
||||||
- command:
|
- command:
|
||||||
|
4
zshenv
4
zshenv
@ -53,3 +53,7 @@ export GTEST_BREAK_ON_FAILURE=0
|
|||||||
|
|
||||||
# Disable virtualenv prompt
|
# Disable virtualenv prompt
|
||||||
VIRTUAL_ENV_DISABLE_PROMPT=1
|
VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||||
|
|
||||||
|
# If pinentry-curses exists, use it for lastpass-cli
|
||||||
|
which pinentry-curses &> /dev/null && \
|
||||||
|
export LPASS_PINENTRY=pinentry-curses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user