From 02e0446ab18b63f25f0f17d77d3aa8e3cd26fea7 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 20 Jan 2025 14:37:39 +0100 Subject: [PATCH] feat(starship): update shell indicators for clarity Replaced fish indicator emoji and added new indicators for bash and unknown shells. These changes improve visual clarity and consistency across different shell environments. --- modules/home/cli-apps/starship/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/cli-apps/starship/default.nix b/modules/home/cli-apps/starship/default.nix index a43fd44..5ce6477 100644 --- a/modules/home/cli-apps/starship/default.nix +++ b/modules/home/cli-apps/starship/default.nix @@ -28,7 +28,9 @@ in enable = true; settings = { shell.disabled = false; - shell.fish_indicator = "🐟"; + shell.fish_indicator = ""; + shell.bash_indicator = "󱆃"; + shell.unknown_indicator = ""; container.format = "[\\[$name\\]]($style) "; git_status = { ahead = "⇡\${count}";