feat(shell): better continuation prompt
This commit is contained in:
parent
75f896a19d
commit
98ea8609fd
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ in
|
||||||
"$character"
|
"$character"
|
||||||
];
|
];
|
||||||
add_newline = true;
|
add_newline = true;
|
||||||
|
continuation_prompt = "[>>](dimmed purple) ";
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[>](bold purple)";
|
success_symbol = "[>](bold purple)";
|
||||||
error_symbol = "[>](bold red)";
|
error_symbol = "[>](bold red)";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue