From c609db3612a3a489fadaf08a841e82bff7575124 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Mon, 13 Jun 2005 12:40:27 +0000 Subject: drop explicit bash_completion sourcing --- bashrc | 5 ----- 1 file changed, 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 -- cgit v1.2.1