summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2005-06-13 12:40:27 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2005-06-13 12:40:27 +0000
commitc609db3612a3a489fadaf08a841e82bff7575124 (patch)
tree403b4cb314c4caadc574d6439a3d67673d884e9e
parent6839787c952f6cfbb7670deb53bb195f27a29db3 (diff)
downloadrootfiles-c609db3612a3a489fadaf08a841e82bff7575124.tar
rootfiles-c609db3612a3a489fadaf08a841e82bff7575124.tar.gz
rootfiles-c609db3612a3a489fadaf08a841e82bff7575124.tar.bz2
rootfiles-c609db3612a3a489fadaf08a841e82bff7575124.tar.xz
rootfiles-c609db3612a3a489fadaf08a841e82bff7575124.zip
drop explicit bash_completion sourcing
-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