X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fbash.bashrc;fp=etc%2Fbash.bashrc;h=169413ad10cb929448e53d5c9d0dfbfb116f7806;hb=25579b8cec73aa2504740530db6f4baa6bd987e2;hp=aa84d916b83fd822ed86e4537bc229de33cd3d6e;hpb=cf038970495d0447a4f83d14915b10516bec8f9c;p=matthijs%2Fservers%2Ftika.git diff --git a/etc/bash.bashrc b/etc/bash.bashrc index aa84d91..169413a 100644 --- a/etc/bash.bashrc +++ b/etc/bash.bashrc @@ -28,6 +28,12 @@ PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' # ;; #esac +# 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 + # enable bash completion in interactive shells if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion