forked from pub-solar/os
starship: better username + hostname style for SSH
This commit is contained in:
parent
dfe092a702
commit
39a62122c9
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue