From: Matthijs Kooijman Date: Tue, 21 Sep 2010 12:15:30 +0000 (+0200) Subject: bash: Enable extra bash completion. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Ftika.git;a=commitdiff_plain;h=598aee3686a9feb4d0140eb0e8f5621fc57b9e05 bash: Enable extra bash completion. --- diff --git a/etc/bash.bashrc b/etc/bash.bashrc index 9ba3cac..aa84d91 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 ] && ! shopt -oq posix; then -# . /etc/bash_completion -#fi +if [ -f /etc/bash_completion ] && ! shopt -oq posix; then + . /etc/bash_completion +fi # if the command-not-found package is installed, use it if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found ]; then