Fix starship formatting issue
This commit is contained in:
parent
5e01947f32
commit
8a8afe82ee
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nix_shell = {
|
nix_shell = {
|
||||||
format = "via [$symbol$name \($state\)]($style) ";
|
symbol = "❄️";
|
||||||
|
format = "via [$symbol$name( \($state\))]($style) ";
|
||||||
};
|
};
|
||||||
|
|
||||||
git_status = {
|
git_status = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue