This commit is contained in:
Barrett Ruth 2026-03-03 01:34:57 -05:00
parent 0ff7ca5b47
commit d39e1e8f6c
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 5 additions and 4 deletions

View file

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

View file

@ -1,3 +1,4 @@
[disabled] disabled = [
repeated_keys = true "repeated_keys",
empty_pattern = true "empty_pattern",
]