re-enable nix-shell detection in Starship
This commit is contained in:
parent
59de7731d3
commit
386af77c7a
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ in
|
|||
};
|
||||
|
||||
nix_shell = {
|
||||
disabled = true;
|
||||
heuristic = false;
|
||||
disabled = false;
|
||||
heuristic = true;
|
||||
symbol = " ";
|
||||
format = "[$symbol]($style)";
|
||||
style = "fg:${statusFG} bg:${statusBG}";
|
||||
|
|
Loading…
Add table
Reference in a new issue