dotfiles

Clean dotfiles
git clone git://git.dimitrijedobrota.com/dotfiles.git
Log | Files | Refs

commit 8fe87e94d65ae9a7266c8fe68275e0835e3bd6f5
parent c34173db2b6b5c05995c01fa251318c276925df5
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"