I created a ~/.lldbinit file with only one setting:
settings set prompt "\x1b[0;33m(lldb) \x1b[0m"
hoping only to change the color of prompt. It works, very well, but then there comes an ugly indentation before every command. Like this:
(lldb) l main
...
(lldb) b 5
...
Before making any changes it was all OK:
(lldb) l main
...
(lldb) b 5
...
I'm using lldb-1103.0.22.10 on macOS Monterey version 12.7.6