ci: fix
This commit is contained in:
parent
0ff7ca5b47
commit
d39e1e8f6c
2 changed files with 5 additions and 4 deletions
|
|
@ -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)";
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
[disabled]
|
disabled = [
|
||||||
repeated_keys = true
|
"repeated_keys",
|
||||||
empty_pattern = true
|
"empty_pattern",
|
||||||
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue