chore: fix starship host format
This commit is contained in:
parent
2bb8bbd462
commit
902e78d59d
1 changed files with 2 additions and 2 deletions
|
@ -28,12 +28,12 @@
|
||||||
show_always = true;
|
show_always = true;
|
||||||
style_user = "bg:#f5c2e7 fg:#11111b";
|
style_user = "bg:#f5c2e7 fg:#11111b";
|
||||||
style_root = "bg:#f5c2e7 fg:#11111b";
|
style_root = "bg:#f5c2e7 fg:#11111b";
|
||||||
format = "[ $user ]($style)";
|
format = "[ $user]($style)";
|
||||||
};
|
};
|
||||||
hostname = {
|
hostname = {
|
||||||
ssh_symbol = "";
|
ssh_symbol = "";
|
||||||
style = "bg:#f5c2e7 fg:#11111b";
|
style = "bg:#f5c2e7 fg:#11111b";
|
||||||
format = "[@ $hostname]($style)";
|
format = "[@$hostname]($style)";
|
||||||
ssh_only = false;
|
ssh_only = false;
|
||||||
disabled = false;
|
disabled = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue