commit 8a8ef55c53e29de3454e2618d3896413d8a4faf7
parent 8fe87e94d65ae9a7266c8fe68275e0835e3bd6f5
Author: Dimitrije Dobrota <mail@dimitrijedobrota.com>
Date: Thu, 13 Jul 2023 12:45:11 +0200
Set BASH_COMPLETION_COMPAT_DIR for local completions
Diffstat:
1 file changed, 1 insertion(+), 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