dotfiles

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

commit 9ceca5e4bdc0da14193448981a6668df103804f5
parent 55ae859f4313f82c8bc1fd9318b88640b074d9eb
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