feat(shell): better continuation prompt

This commit is contained in:
Barrett Ruth 2026-03-01 11:26:20 -05:00
parent 75f896a19d
commit 98ea8609fd
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -224,6 +224,7 @@ in
"$character"
];
add_newline = true;
continuation_prompt = "[>>](dimmed purple) ";
character = {
success_symbol = "[>](bold purple)";
error_symbol = "[>](bold red)";