diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index 66c7ed0..ab35ebf 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: вт 19 фев 2019 13:04:53 +# Изменён: вт 19 фев 2019 13:49:26 # ################################################################################ @@ -212,8 +212,6 @@ esac [ -n "$SSH_CLIENT" ] && PROMPT_SHH="[${red}ssh${PROMPT_COLOR}]" -PS1="$PROMPT_COLOR┌─[$yellow\h$PROMPT_COLOR]─(${yellow}\j${PROMPT_COLOR})$PROMPT_SHH─[$yellow\w$PROMPT_COLOR]\n$PROMPT_COLOR└─[$PROMPT_COLOR\t]\$ $rstc" - PS2="$green-> $rstc" PS3="$green+> $rstc" PS4="$green++ $rstc" diff --git a/etc/shell/bash/bashrc_linux b/etc/shell/bash/bashrc_linux index a4fdee2..dc90153 100644 --- a/etc/shell/bash/bashrc_linux +++ b/etc/shell/bash/bashrc_linux @@ -22,3 +22,5 @@ shopt -s dirspell #Исправление имен директорий при # export LS_COLORS=$($BASHRC/ls_colors_generator.py) export LS_COLORS=$(cat $BASHRC/ls_colors_generated) +PS1="$PROMPT_COLOR┌─[$yellow\h$PROMPT_COLOR]─(${yellow}\j${PROMPT_COLOR})$PROMPT_SHH─[$yellow\w$PROMPT_COLOR]\n$PROMPT_COLOR└─[$PROMPT_COLOR\t]\$ $rstc" + diff --git a/etc/shell/bash/bashrc_macos b/etc/shell/bash/bashrc_macos index 5304f23..194eed1 100644 --- a/etc/shell/bash/bashrc_macos +++ b/etc/shell/bash/bashrc_macos @@ -21,3 +21,5 @@ pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:\ *.c=00;04:*.cpp=00;04:*.pas=00;04:*.ui=00;04:*.sh=00;04:*.py=00;04:*.rb=00;04:\ *.gl=01;35:*.dl=01;35:" +PS1="$PROMPT_COLOR[${yellow}devopc${PROMPT_COLOR}]-(${yellow}\j${PROMPT_COLOR})$PROMPT_SHH-[$yellow\w$PROMPT_COLOR]\n$PROMPT_COLOR[$PROMPT_COLOR\t]\$ $rstc" +