summaryrefslogtreecommitdiffstatshomepage
path: root/bash/.bash_profile
diff options
context:
space:
mode:
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