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:
parent
02e0446ab1
commit
ffed5d5394
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue