From 4a7c7172e8725ce72df93924c4a4dcd87f75a569 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Feb 2011 19:52:54 -0200 Subject: Updating profile to squeeze --- files/etc/bash.bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/etc/bash.bashrc') diff --git a/files/etc/bash.bashrc b/files/etc/bash.bashrc index ed7362a..89b5a57 100644 --- a/files/etc/bash.bashrc +++ b/files/etc/bash.bashrc @@ -29,9 +29,9 @@ PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' #esac # enable bash completion in interactive shells -#if [ -f /etc/bash_completion ]; then -# . /etc/bash_completion -#fi +if [ -f /etc/bash_completion ]; then + . /etc/bash_completion +fi # if the command-not-found package is installed, use it if [ -x /usr/lib/command-not-found ]; then -- cgit v1.2.3