chore: fix starship host format

This commit is contained in:
notohh 2023-02-27 06:08:01 -05:00
parent 2bb8bbd462
commit 902e78d59d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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;
};