summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index a4cf8a8..e8aef9e 100644
--- a/bashrc
+++ b/bashrc
@@ -9,3 +9,8 @@ export USERNAME ENV PATH
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
+
+# enable programmable completion features
+if [ -f /etc/bash_completion ]; then
+ . /etc/bash_completion
+fi