From 63448961a6bf2539ae29fa7e7e0b98580e980cf4 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 18 Feb 2020 17:03:11 +0300 Subject: [PATCH] bash: regular magenta --- etc/shell/bash/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index 46da404..d2be067 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: вт 18 фев 2020 16:55:34 +# Изменён: Вт 18 фев 2020 17:01:38 # ################################################################################ @@ -98,7 +98,7 @@ export VIMDIR=$SHELLRC/etc/soft/vim/vim #Настройка цветовых кодов rstc="\033[00m" -magenta="\033[1;35m" +magenta="\033[0;35m" yellow="\033[1;33m" blue="\033[1;36m" red="\033[1;31m"