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"
|
||||
];
|
||||
add_newline = true;
|
||||
continuation_prompt = "[>>](dimmed purple) ";
|
||||
continuation_prompt = "[>>](purple) ";
|
||||
character = {
|
||||
success_symbol = "[>](bold purple)";
|
||||
error_symbol = "[>](bold red)";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
[disabled]
|
||||
repeated_keys = true
|
||||
empty_pattern = true
|
||||
disabled = [
|
||||
"repeated_keys",
|
||||
"empty_pattern",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue