dotfilesClean dotfiles |
git clone git://git.dimitrijedobrota.com/dotfiles.git |
Log | Files | Refs | |
commit | db4bf35fd52cb89a9b2979e47277a50bafa7822d |
parent | cb6ce4b467e82de53d3633c548da534dea9078c5 |
author | Dimitrije Dobrota <mail@dimitrijedobrota.com> |
date | Wed, 12 Jul 2023 19:49:23 +0200 |
Configure gnupg to use XDG
Diffstat:M | .xdg/config/bash/bash_profile | | | ++ |
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.xdg/config/bash/bash_profile b/.xdg/config/bash/bash_profile
@@ -8,8 +8,10 @@ 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 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 WGETRC="$XDG_CONFIG_HOME/wgetrc"