summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 3c5c5a5..03be42c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -31,3 +31,4 @@ fi
[ ! -z "$XDG_CONFIG_HOME" ] && [ -f $XDG_CONFIG_HOME/dircolors ] && eval "$(dircolors $XDG_CONFIG_HOME/dircolors)"
[ ! -z "$XDG_CONFIG_HOME" ] && [ -f $XDG_CONFIG_HOME/shell/aliasrc ] && source $XDG_CONFIG_HOME/shell/aliasrc
+[ ! -z "$(ls -A $BASH_COMPLETIONS)" ] && for f in $BASH_COMPLETIONS/*; do source $f; done