From 1b3f3929b7352d701028fc48a628734a5fe54b33 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Thu, 11 May 2023 15:43:15 +0200 Subject: [PATCH] fix(modules): join internal fields --- dotmatrix.theme | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotmatrix.theme b/dotmatrix.theme index d120637..17e3a5b 100644 --- a/dotmatrix.theme +++ b/dotmatrix.theme @@ -449,7 +449,9 @@ _lp_dotmatrix_theme_prompt() { inline_left+="$d$lp_os$b" fi if _lp_modules; then - inline_left+="$d$lp_modules$b" + inline_left+="$d" + _lp_join "$I" "${lp_modules[@]}" + inline_left+="${lp_join}$b" fi # History section.