feat(dotmatrix): handle SSH colors
This commit is contained in:
parent
c76fb67d60
commit
f040cb3ce4
1 changed files with 3 additions and 1 deletions
|
|
@ -402,6 +402,7 @@ _lp_dotmatrix_theme_prompt() {
|
||||||
inline+="${DOTMATRIX_ITEMS[open_idx]}${DOTMATRIX_SPACE_LINE}${lp_aws_profile}${DOTMATRIX_SPACE_LINE}${DOTMATRIX_ITEMS[close_idx]}"
|
inline+="${DOTMATRIX_ITEMS[open_idx]}${DOTMATRIX_SPACE_LINE}${lp_aws_profile}${DOTMATRIX_SPACE_LINE}${DOTMATRIX_ITEMS[close_idx]}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if ((DOTMATRIX_ENABLE_GRADIENT_LINE)); then
|
if ((DOTMATRIX_ENABLE_GRADIENT_LINE)); then
|
||||||
# Fill up the center section with a line colored as a gradient.
|
# Fill up the center section with a line colored as a gradient.
|
||||||
local ret
|
local ret
|
||||||
|
|
@ -611,7 +612,8 @@ __dotmatrix_activate_hostname() {
|
||||||
if _lp_hostname; then
|
if _lp_hostname; then
|
||||||
case "$lp_connection" in
|
case "$lp_connection" in
|
||||||
ssh)
|
ssh)
|
||||||
hostname="${lp_hostname}"
|
(( LP_ENABLE_SSH_COLORS )) && LP_COLOR_SSH="$LP_COLOR_HOST_HASH"
|
||||||
|
hostname="${LP_COLOR_SSH}${lp_hostname}"
|
||||||
;;
|
;;
|
||||||
tel)
|
tel)
|
||||||
hostname="${lp_hostname}"
|
hostname="${lp_hostname}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue