diff options
| author | Aaron LI <aly@aaronly.me> | 2018-02-02 13:55:11 +0800 |
|---|---|---|
| committer | Aaron LI <aly@aaronly.me> | 2018-02-02 13:55:11 +0800 |
| commit | 7d6133c308e5f1b357ace17629ed45c6b5df66e5 (patch) | |
| tree | fe054ad57e7da4ad49237e9ff80cdb44c3632a93 /_profile | |
| parent | 293cc926c4649c27c7d937257a2533098096a8f6 (diff) | |
| download | dotfiles-7d6133c308e5f1b357ace17629ed45c6b5df66e5.tar.bz2 | |
profile: add two env vars for password-store
Diffstat (limited to '_profile')
| -rw-r--r-- | _profile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,6 +83,10 @@ export QT_IM_MODULE="${INPUT_METHOD}" # Enable the CJK N-gram tokenization algorithm for CJK indexing and search export XAPIAN_CJK_NGRAM=1 +## Password store +export PASSWORD_STORE_ENABLE_EXTENSIONS=true +export PASSWORD_STORE_GENERATED_LENGTH=16 + export EDITOR="vim" export VISUAL="${EDITOR}" export PAGER="less" |
