From b69375d835a9282e748b434ee1fa88ec5c91bde3 Mon Sep 17 00:00:00 2001 From: Pendosv Date: Thu, 2 Sep 2021 16:18:39 +0300 Subject: [PATCH] ref --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 9bed9f7..5adeef7 100644 --- a/.bashrc +++ b/.bashrc @@ -23,11 +23,13 @@ virtualenv_info() { } close_color='\[\e[m\]' +red_color='\[\033[1;31m\]' + prompt_color='\[\033[;32m\]' info_color='\[\033[1;34m\]' prompt_symbol='㉿' end_symbol='$' -red_color='\[\033[1;31m\]' + if [ "$EUID" -eq 0 ]; then # Change prompt colors and symbols for root user prompt_color='\[\033[;94m\]'