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.
This commit is contained in:
Harald Hoyer 2025-01-20 14:37:39 +01:00
parent b04955534a
commit 02e0446ab1

View file

@ -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}";