starship: fix os icon

This commit is contained in:
2026-03-28 16:32:23 +03:00
parent 6156fda36d
commit cdfdeffc07
+4 -1
View File
@@ -37,7 +37,10 @@
read_only = " RO"; read_only = " RO";
}; };
nix_shell.format = "[nix-shell]($style) "; nix_shell.format = "[nix-shell]($style) ";
os.disabled = false; os = {
disabled = false;
style = "white";
};
python = { python = {
symbol = "py "; symbol = "py ";
python_binary = ["python3" "python"]; python_binary = ["python3" "python"];