From 4405f16469b1818d7f3e91fe166b981244706bf8 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 24 Mar 2011 19:14:36 +0000 Subject: [PATCH] bash: Enable extended completion. --- etc/bash.bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2