commit 4f37c84208f9817416b5bdca82e7cd37626feb65 parent c7cc6f0d4f48b8b3cbdaafde9817c6dbe8d13bdd Author: Dimitrije Dobrota <mail@dimitrijedobrota.com> Date: Thu, 13 Jul 2023 12:44:25 +0200 Fix PASSWORD_STORE_EXTENSIONS_DIR Diffstat:
M | .xdg/config/bash/bash_profile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.xdg/config/bash/bash_profile b/.xdg/config/bash/bash_profile @@ -11,7 +11,7 @@ export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' export GNUPGHOME="$XDG_DATA_HOME/gnupg" export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass-store" export PASSWORD_STORE_ENABLE_EXTENSIONS=true -export PASSWORD_STORE_EXTENSIONS_DIR=/usr/local/lib/password-store/extensions +export PASSWORD_STORE_EXTENSIONS_DIR="$XDG_DATA_HOME/pass-store/.extensions" export WGETRC="$XDG_CONFIG_HOME/wgetrc"