starship: better username + hostname style for SSH

This commit is contained in:
teutat3s 2024-06-13 01:18:23 +02:00
parent dfe092a702
commit 39a62122c9
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -6,15 +6,11 @@
# You can also replace your username with a neat symbol like  to save some space # You can also replace your username with a neat symbol like  to save some space
username = { username = {
style_user = "bg:#000000 fg:#F85E84";
style_root = "bg:#F85E84 fg:#000000";
format = ''[$user ]($style)''; format = ''[$user ]($style)'';
}; };
hostname = { hostname = {
ssh_symbol = ""; format = ''[$ssh_symbol$hostname ]($style)'';
trim_at = "";
style = "bg:#000000 fg:#F85E84";
}; };
character = { character = {