aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-02-02 13:55:11 +0800
committerAaron LI <aly@aaronly.me>2018-02-02 13:55:11 +0800
commit7d6133c308e5f1b357ace17629ed45c6b5df66e5 (patch)
treefe054ad57e7da4ad49237e9ff80cdb44c3632a93 /_profile
parent293cc926c4649c27c7d937257a2533098096a8f6 (diff)
downloaddotfiles-7d6133c308e5f1b357ace17629ed45c6b5df66e5.tar.bz2
profile: add two env vars for password-store
Diffstat (limited to '_profile')
-rw-r--r--_profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/_profile b/_profile
index d43f2cc..7772081 100644
--- a/_profile
+++ b/_profile
@@ -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"