aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bash/.bash_profile
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-20 16:34:28 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-20 16:34:28 -0500
commit1bd2b586d4c7d6381af548944b75f57458f0d337 (patch)
tree9d6a62e4d6f320d56129a67e1915b5a4ed42e2bb /bash/.bash_profile
parentf8cb7b756e489de50e87567a1b44188ce1573add (diff)
feat(sh): inherit env from environment.d
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile5
1 files changed, 3 insertions, 2 deletions
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