From 0d4de992ab21a421fe3e8ffff0a20540048bd958 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 3 Apr 2011 08:18:16 +0800 Subject: [PATCH] Remove the code of loading all bash completion, because it's too slow... --- .bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bashrc b/.bashrc index e8157cf..8d4cc26 100644 --- a/.bashrc +++ b/.bashrc @@ -40,7 +40,4 @@ else PS1='\[\e[0m\e[32m\]\u\[\e[0m\]@\[\e[36m\]\h\[\e[0m\] [\[\e[32m\]\w\[\e[0m\]] [\[\e[36m\]\A\[\e[0m\]/\[\e[36m\]W$WINDOW\[\e[0m\]] ' fi # -if [ -r /etc/profile.d/bash_completion.sh ]; then - source /etc/profile.d/bash_completion.sh -fi source ~/perl5/perlbrew/etc/bashrc