Fix Nix_shell symbol starship

This commit is contained in:
albert 2025-01-29 09:49:32 -08:00
parent ec54e3ebfc
commit bba426e844
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -64,7 +64,7 @@ in
nix_shell = {
disabled = false;
heuristic = true;
symbol = " ";
symbol = " ";
format = "[$symbol]($style)";
style = "fg:${blackColor} bg:${statusBG}";
};