|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash #################################################################### |
|
|
|
#!/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}]" |
|
|
|
[ -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" |
|
|
|
PS2="$green-> $rstc" |
|
|
|
PS3="$green+> $rstc" |
|
|
|
PS3="$green+> $rstc" |
|
|
|
PS4="$green++ $rstc" |
|
|
|
PS4="$green++ $rstc" |
|
|
|