add container, os and modules to the middle section
This commit is contained in:
parent
906759634c
commit
be04f28375
1 changed files with 9 additions and 0 deletions
|
|
@ -442,6 +442,15 @@ _lp_dotmatrix_theme_prompt() {
|
|||
_lp_join "$I" ${lp_cmake_c_compiler} ${lp_cmake_cxx_compiler} ${lp_cmake_generator} ${lp_cmake_buildtype}
|
||||
inline_left+="$d${lp_join}$b"
|
||||
fi
|
||||
if _lp_container; then
|
||||
inline_left+="$d$lp_container$b"
|
||||
fi
|
||||
if _lp_os; then
|
||||
inline_left+="$d$lp_os$b"
|
||||
fi
|
||||
if _lp_modules; then
|
||||
inline_left+="$d$lp_modules$b"
|
||||
fi
|
||||
|
||||
# History section.
|
||||
local inline_right=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue