aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
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"