From a28b2705519cd554aabebf0880134445354fc59e Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 3 May 2021 07:54:46 +0300 Subject: [PATCH] fix: starship symbols --- users/patriot/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;