X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fbash.bashrc;h=0834c296976d9def53d2d7178db76c2e330d3c0f;hb=011915ac6513a85cec1583e807cd6b4209ccd6b4;hp=9ba3cac12182e163cbb8a72cfe655e9459e39e80;hpb=168ddb16b82bcb9497c5b3bc91c7b47b08b0aec1;p=matthijs%2Fservers%2Ftika.git diff --git a/etc/bash.bashrc b/etc/bash.bashrc index 9ba3cac..0834c29 100644 --- a/etc/bash.bashrc +++ b/etc/bash.bashrc @@ -28,10 +28,11 @@ 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 +# Enable colored prompts by default (note that unlike what the name suggests, +# this actually doesn't force anything, but triggers a color-detection snippet +# in ~/.bashrc). Users can override this value (or just throw out the snippet +# or customize the prompt) in their ~/.bashrc as well. +force_color_prompt=yes # 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