From 9ed2ff0c6aad207a6e5e60a6eedd5ad0ad49643b Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Wed, 6 Sep 2023 21:05:31 -0500 Subject: [PATCH] .shenv-aether: Add password-store settings --- .shenv-aether | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.shenv-aether b/.shenv-aether index 11d7969..dbfd37f 100644 --- a/.shenv-aether +++ b/.shenv-aether @@ -11,3 +11,8 @@ export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES # linkpad export LINKPAD_DBNAME='aether' + +# password-store +export PASSWORD_STORE_DIR="$HOME/.pass" +export PASSWORD_STORE_ENABLE_EXTENSIONS=true +export PASSWORD_STORE_EXTENSIONS_DIR="/usr/local/lib/password-store/extensions" -- 2.43.0