From 7d6133c308e5f1b357ace17629ed45c6b5df66e5 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 2 Feb 2018 13:55:11 +0800 Subject: profile: add two env vars for password-store --- _profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_profile') 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" -- cgit v1.2.2