From: root Date: Tue, 30 Sep 2008 14:33:29 +0000 (+0000) Subject: bash: Enable extended completion. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=745f3b46e06f064a46ef68a6900e0b39ece66884 bash: Enable extended completion. --- diff --git a/etc/bash.bashrc b/etc/bash.bashrc index 3f8ba6b..4203390 100644 --- a/etc/bash.bashrc +++ b/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