1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Force colour prompt, as otherwise custom prompt doesn't work

This commit is contained in:
Michiel Scholten
2014-05-21 14:11:51 +02:00
parent 875301de62
commit 4131844eb9

View File

@@ -40,7 +40,7 @@ esac
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes
force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then