From 41bfca86d369da63f6744d9385b591fb3ee8a3c3 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 29 Oct 2011 12:32:34 +0300 Subject: [PATCH] bashrc: If zshrc is thanking nyuszika7h about colours, bashrc is thanking him too. --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 09d06cb2..4c8c5dc5 100644 --- a/bashrc +++ b/bashrc @@ -67,6 +67,7 @@ else fi unset color_prompt force_color_prompt +# Red colour for root, thanks nyuszika7h :D # check if we're root if [[ $EUID == 0 ]]; then PS1='\033[1;31m\u@\h:\w\$\033[0m '