summaryrefslogtreecommitdiff
path: root/.config/bash/rc.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/bash/rc.sh')
-rw-r--r--.config/bash/rc.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/bash/rc.sh b/.config/bash/rc.sh
index 70f1ce4..a85d308 100644
--- a/.config/bash/rc.sh
+++ b/.config/bash/rc.sh
@@ -79,3 +79,10 @@ if [[ -d ${XDG_CONFIG_HOME}/bash/rc.d ]]; then
. "$file"
done
fi
+
+# enable programmable completion features (you don't need to enable
+# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
+# sources /etc/bash.bashrc).
+if [ -f /etc/bash_completion ]; then
+ . /etc/bash_completion
+fi