put starship ssh symbol in better place.
This commit is contained in:
parent
d3a7998005
commit
9d03357d45
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue