From 413b11b3308de664b20a510cfddd615617fec4af Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Jul 2025 07:42:38 -0700 Subject: simplify starship prompts a bit --- nix/users/profiles/shell.nix | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/nix/users/profiles/shell.nix b/nix/users/profiles/shell.nix index 269c617..604ae10 100644 --- a/nix/users/profiles/shell.nix +++ b/nix/users/profiles/shell.nix @@ -103,6 +103,10 @@ in enable = true; settings = { add_newline = false; + character = { + success_symbol = "[›](bold green)"; + error_symbol = "[›](bold red)"; + }; directory = { fish_style_pwd_dir_length = 3; }; @@ -118,16 +122,10 @@ in cherry_pick = "[🍒 PICKING](bold red)"; }; git_status = { - conflicted = "💢"; - ahead = "💨"; - behind = "😰"; - diverged = "😵"; - untracked = "🤷‍"; - stashed = "📦"; - modified = "📝"; - staged = "[++($count)](green)"; - renamed = "👅"; - deleted = "🗑️"; + deleted = "✗"; + modified = "✶"; + staged = "✓"; + stashed = "≡"; }; "$schema" = "https://starship.rs/config-schema.json"; hostname = { -- cgit v1.2.3