From 2cff2bccd3a3fbf1247dc711a6e306f20ab7fbe6 Mon Sep 17 00:00:00 2001 From: Maciej Sobkowski Date: Thu, 16 Jun 2016 14:47:13 +0200 Subject: bash: Change prompt colors for user/root --- bash/.bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index e41120e..eb3e82c 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -117,11 +117,11 @@ test -r ~/.bash/color_codes && # set colors according to username if [ "$LOGNAME" = "root" ]; then COLOR1="${RED}" - COLOR2="${BROWN}" + COLOR2="${PURPLE}" P="#" else - COLOR1="${LIGHT_GREEN}" - COLOR2="${BROWN}" + COLOR1="${YELLOW}" + COLOR2="${PURPLE}" P="\$" fi -- cgit v1.2.3-70-g09d2