From 1bd2b586d4c7d6381af548944b75f57458f0d337 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 20 Aug 2022 16:34:28 -0500 Subject: feat(sh): inherit env from environment.d --- bash/.bash_profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bash/.bash_profile') diff --git a/bash/.bash_profile b/bash/.bash_profile index 6c85f86..832b387 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,7 +1,8 @@ #!/bin/bash - # shellcheck disable=1090 + +export BASH_COMPLETION_USER_DIR="$XDG_DATA_HOME/bash-completion/completions" + . ~/.profile -# shellcheck disable=1090 if [[ $- == *i* ]]; then . ~/.bashrc; fi -- cgit v1.2.3-70-g09d2