summaryrefslogtreecommitdiffstatshomepage
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 2f1d292..9648903 100644
--- a/bashrc
+++ b/bashrc
@@ -2,6 +2,10 @@
export DOTFILES="${HOME}/dotfiles"
+for f in "${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion"; do
+ source $f
+done
+
source $DOTFILES/shell/env.sh
source $DOTFILES/shell/aliases.sh
[ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/shell/wsl.sh