Fix Nix_shell symbol starship
This commit is contained in:
parent
ec54e3ebfc
commit
bba426e844
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ in
|
|||
nix_shell = {
|
||||
disabled = false;
|
||||
heuristic = true;
|
||||
symbol = " ";
|
||||
symbol = " ";
|
||||
format = "[$symbol]($style)";
|
||||
style = "fg:${blackColor} bg:${statusBG}";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue