starship: fix os icon
This commit is contained in:
@@ -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"];
|
||||||
|
|||||||
Reference in New Issue
Block a user