From ffed5d5394c4835399780cc7e9403f7d809cf81f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 20 Jan 2025 15:16:56 +0100 Subject: [PATCH] fix(starship): update bash indicator icon Replaced the bash indicator icon in the Starship configuration to ensure consistency with the updated icon set. This improves visual alignment with the theme and enhances readability. --- modules/home/cli-apps/starship/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/cli-apps/starship/default.nix b/modules/home/cli-apps/starship/default.nix index 5ce6477..be8f599 100644 --- a/modules/home/cli-apps/starship/default.nix +++ b/modules/home/cli-apps/starship/default.nix @@ -29,7 +29,7 @@ in settings = { shell.disabled = false; shell.fish_indicator = ""; - shell.bash_indicator = "󱆃"; + shell.bash_indicator = ""; shell.unknown_indicator = ""; container.format = "[\\[$name\\]]($style) "; git_status = {