dotfiles

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

commit e309897e491b553628e39e7d25924e4fb92edc31
parent 2061bea6fefd2d56deed9fe8c723f9e3d1ba401f
Author: Dimitrije Dobrota <mail@dimitrijedobrota.com>
Date:   Wed, 12 Jul 2023 18:01:47 +0200

Configure pass

Diffstat:
M.xdg/config/bash/bash_profile | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.xdg/config/bash/bash_profile b/.xdg/config/bash/bash_profile @@ -7,3 +7,7 @@ export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc export GVIMINIT='let $MYGVIMRC="$XDG_CONFIG_HOME/vim/gvimrc" | source $MYGVIMRC' export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' + +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