bash: Enable extended completion.
[matthijs/servers/drsnuggles.git] / 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