summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/bashrc b/bashrc
index e8aef9e..a4cf8a8 100644
--- a/bashrc
+++ b/bashrc
@@ -9,8 +9,3 @@ 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