aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index 28e96c0..d170ef9 100644
--- a/.bashrc
+++ b/.bashrc
@@ -45,9 +45,9 @@ if [ -f /usr/share/doc/fzf/examples/key-bindings.bash ]; then
. /usr/share/doc/fzf/examples/key-bindings.bash
fi
-# enable local completion
-if [ -d ~/.bash_completion.d/ ]; then
- for f in $(find ~/.bash_completion.d/ -type f); do
+# enable local config parts
+if [ -d ~/.bash.d/ ]; then
+ for f in $(find ~/.bash.d/ -type f); do
. $f
done
fi
nihil fit ex nihilo