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.
This commit is contained in:
Harald Hoyer 2025-01-20 15:16:56 +01:00
parent 02e0446ab1
commit ffed5d5394

View file

@ -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 = {