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:
parent
b04955534a
commit
02e0446ab1
|
@ -28,7 +28,9 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
shell.disabled = false;
|
shell.disabled = false;
|
||||||
shell.fish_indicator = "🐟";
|
shell.fish_indicator = "";
|
||||||
|
shell.bash_indicator = "";
|
||||||
|
shell.unknown_indicator = "";
|
||||||
container.format = "[\\[$name\\]]($style) ";
|
container.format = "[\\[$name\\]]($style) ";
|
||||||
git_status = {
|
git_status = {
|
||||||
ahead = "⇡\${count}";
|
ahead = "⇡\${count}";
|
||||||
|
|
Loading…
Reference in a new issue