bash: Enable extra bash completion.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 21 Sep 2010 12:15:30 +0000 (14:15 +0200)
committerroot <root@tika.stderr.nl>
Tue, 21 Sep 2010 14:19:55 +0000 (16:19 +0200)
etc/bash.bashrc

index 9ba3cac12182e163cbb8a72cfe655e9459e39e80..aa84d916b83fd822ed86e4537bc229de33cd3d6e 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 ] && ! 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