put starship ssh symbol in better place.

This commit is contained in:
Gabe Venberg 2024-04-23 09:37:43 -05:00
parent d3a7998005
commit 9d03357d45

View file

@ -45,7 +45,8 @@
}; };
hostname = { hostname = {
ssh_only = false; ssh_only = false;
format = "[$ssh_symbol$hostname]($style)"; ssh_symbol = "🌐";
format = "[$hostname$ssh_symbol]($style)";
style = "bg:color_orange"; style = "bg:color_orange";
}; };
shell = { shell = {