X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fbash.bashrc;h=aa84d916b83fd822ed86e4537bc229de33cd3d6e;hb=319d6d5cf7cc0577f782aedcfea32b4e08f1cc39;hp=9ba3cac12182e163cbb8a72cfe655e9459e39e80;hpb=168ddb16b82bcb9497c5b3bc91c7b47b08b0aec1;p=matthijs%2Fservers%2Ftika.git 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