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;
|
||||
style_user = "bg:#f5c2e7 fg:#11111b";
|
||||
style_root = "bg:#f5c2e7 fg:#11111b";
|
||||
format = "[ $user ]($style)";
|
||||
format = "[ $user]($style)";
|
||||
};
|
||||
hostname = {
|
||||
ssh_symbol = "";
|
||||
style = "bg:#f5c2e7 fg:#11111b";
|
||||
format = "[@ $hostname]($style)";
|
||||
format = "[@$hostname]($style)";
|
||||
ssh_only = false;
|
||||
disabled = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue