diff --git a/home/modules/shell.nix b/home/modules/shell.nix index d07f58f..c6f7635 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -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)"; diff --git a/statix.toml b/statix.toml index 9a6187c..3df60e9 100644 --- a/statix.toml +++ b/statix.toml @@ -1,3 +1,4 @@ -[disabled] -repeated_keys = true -empty_pattern = true +disabled = [ + "repeated_keys", + "empty_pattern", +]