From 555e42c49e9974b5f3dc0776c36f364d3f105aaa Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 1 Apr 2011 23:42:22 +0800 Subject: [PATCH] Add bash_completion.sh --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 8d4cc26..e8157cf 100644 --- a/.bashrc +++ b/.bashrc @@ -40,4 +40,7 @@ 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