From 07a7457fa87abe72e5c8b72368996d19441eb7cf Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 18 Feb 2020 16:56:01 +0300 Subject: [PATCH] =?UTF-8?q?bash:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=86=D0=B2=D0=B5=D1=82=20magenta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index a3e3fcb..46da404 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Вт 18 фев 2020 16:25:24 +# Изменён: вт 18 фев 2020 16:55:34 # ################################################################################ @@ -98,6 +98,7 @@ export VIMDIR=$SHELLRC/etc/soft/vim/vim #Настройка цветовых кодов rstc="\033[00m" +magenta="\033[1;35m" yellow="\033[1;33m" blue="\033[1;36m" red="\033[1;31m" @@ -189,7 +190,7 @@ PS1_HOST="─[${yellow}\h${PROMPT_COLOR}]${PROMPT_SHH}" PS1_GIT="${blue}$(__ps1_git)${PROMPT_COLOR}" PS1_LINE2="\n${PROMPT_COLOR}─[${PROMPT_COLOR}\t]\$ $rstc" -export PS1="${PS1_JOBS}${PS1_HOST}─[${red}${VIFM_SHELL}${yellow}\w${PROMPT_COLOR}${blue}\$(__ps1_git)${PROMPT_COLOR}]${PS1_LINE2}" +export PS1="${PS1_JOBS}${PS1_HOST}─[${red}${VIFM_SHELL}${yellow}\w${PROMPT_COLOR}${magenta}\$(__ps1_git)${PROMPT_COLOR}]${PS1_LINE2}" unset PS1_JOBS PS1_HOST PS1_LINE1 PS1_LINE2