re-enable nix-shell detection in Starship

This commit is contained in:
albert 2025-01-13 17:39:56 +01:00
parent 59de7731d3
commit 386af77c7a
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

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