X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fbash.bashrc;fp=etc%2Fbash.bashrc;h=4203390994e41c1065e3b05d0941edf1ffd10c79;hb=745f3b46e06f064a46ef68a6900e0b39ece66884;hp=3f8ba6bc7ca93411e333ad41faec2e4216c35e33;hpb=6fe46e2c055a64325dfad428eccd29ebb51e763d;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/bash.bashrc b/etc/bash.bashrc index 3f8ba6b..4203390 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 ]; 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