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"