From 46f71c2ae62b69ef10dc3b6971b225fe147ce79a Mon Sep 17 00:00:00 2001 From: Pendosv Date: Mon, 30 Aug 2021 04:38:01 +0300 Subject: [PATCH] root --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 040f6b7..5db8b7d 100644 --- a/.bashrc +++ b/.bashrc @@ -6,13 +6,13 @@ fi close_color='\[\e[m\]' prompt_color='\[\033[;32m\]' info_color='\[\033[1;34m\]' -prompt_symbol=㉿ +prompt_symbol='㉿' end_symbol='$' if [ "$EUID" -eq 0 ]; then # Change prompt colors for root user prompt_color='\[\033[;94m\]' info_color='\[\033[1;31m\]' - prompt_symbol=💀 + prompt_symbol='💀' end_symbol='#' fi