From bf4cd75c19a140d1ef5fab495ac39cae2341f602 Mon Sep 17 00:00:00 2001 From: Jet Date: Sun, 15 Mar 2026 14:36:29 -0700 Subject: [PATCH] feat: make the starship prompt clearner --- home.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index 78ededb..e6812f7 100644 --- a/home.nix +++ b/home.nix @@ -154,11 +154,14 @@ enable = true; enableBashIntegration = true; settings = { - cmd_duration.min_time = 500; + format = "$directory$git_status$nix_shell$cmd_duration$line_break$character"; directory.truncation_length = 3; - nix_shell.format = "[$symbol]($style) "; - battery.disabled = false; + git_status.style = "red"; git_branch.disabled = true; + nix_shell.format = "[$symbol]($style) "; + cmd_duration.min_time = 500; + character.success_symbol = "[❯](bold green)"; + character.error_symbol = "[❯](bold red)"; }; };