diff --git a/users/patriot/default.nix b/users/patriot/default.nix index 43958c3..d3304f7 100644 --- a/users/patriot/default.nix +++ b/users/patriot/default.nix @@ -635,7 +635,10 @@ in enable = true; settings = { add_newline = false; - character.symbol = ">"; + character = { + success_symbol = "[>](bold green)"; + error_symbol = "[>](bold red)"; + }; directory = { truncation_length = 2; truncate_to_repo = false;