bash: Enable extended completion.
authorroot <matthijs@stdin.nl>
Tue, 30 Sep 2008 14:33:29 +0000 (14:33 +0000)
committerroot <matthijs@stdin.nl>
Tue, 30 Sep 2008 14:33:29 +0000 (14:33 +0000)
etc/bash.bashrc

index 3f8ba6bc7ca93411e333ad41faec2e4216c35e33..4203390994e41c1065e3b05d0941edf1ffd10c79 100644 (file)
@@ -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