From 4131844eb9d1a4d635adcd6f070b048927549c8c Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 21 May 2014 14:11:51 +0200 Subject: [PATCH] Force colour prompt, as otherwise custom prompt doesn't work --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index b84c82b..92a3397 100644 --- a/.bashrc +++ b/.bashrc @@ -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