From af0ad293a46bf1279f3027472a4bafcd948ddc22 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 8 Jul 2019 09:58:33 +0400 Subject: [PATCH] yellow for root --- bash.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.bashrc b/bash.bashrc index 029c8b1..7260f2c 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -72,7 +72,7 @@ __prompt_command() { fi if [ `id -u` -eq 0 ]; then - PS1+="${Red}\u${R}" + PS1+="${Yel}\u${R}" PROMPT='$' else PS1+="$Gre\u$R"