fix(modules): join internal fields
This commit is contained in:
parent
be04f28375
commit
1b3f3929b7
1 changed files with 3 additions and 1 deletions
|
|
@ -449,7 +449,9 @@ _lp_dotmatrix_theme_prompt() {
|
||||||
inline_left+="$d$lp_os$b"
|
inline_left+="$d$lp_os$b"
|
||||||
fi
|
fi
|
||||||
if _lp_modules; then
|
if _lp_modules; then
|
||||||
inline_left+="$d$lp_modules$b"
|
inline_left+="$d"
|
||||||
|
_lp_join "$I" "${lp_modules[@]}"
|
||||||
|
inline_left+="${lp_join}$b"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# History section.
|
# History section.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue