--- .bashrc.old 2010-03-01 14:02:42.586473079 +0100 +++ .bashrc 2010-03-01 14:03:18.356468143 +0100 @@ -67,6 +67,6 @@ alias ll='ls -l' # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). -#if [ -f /etc/bash_completion ]; then -# . /etc/bash_completion -#fi +if [ -f /etc/bash_completion ]; then + . /etc/bash_completion +fi