Fix starship formatting issue
This commit is contained in:
parent
5e01947f32
commit
8a8afe82ee
|
@ -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…
Reference in a new issue