dotfilesClean dotfiles |
git clone git://git.dimitrijedobrota.com/dotfiles.git |
Log | Files | Refs | |
commit | 845edd546aea41f3e78a247e152bb0f766ba9f96 |
parent | 4f37c84208f9817416b5bdca82e7cd37626feb65 |
author | Dimitrije Dobrota <mail@dimitrijedobrota.com> |
date | Thu, 13 Jul 2023 10:45:11 +0200 |
Set BASH_COMPLETION_COMPAT_DIR for local completions
Diffstat:M | .xdg/config/bash/bash_profile | | | + |
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.xdg/config/bash/bash_profile b/.xdg/config/bash/bash_profile
@@ -8,6 +8,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 BASH_COMPLETION_COMPAT_DIR="$XDG_DATA_HOME/bash-completion/completions"
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass-store"
export PASSWORD_STORE_ENABLE_EXTENSIONS=true