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
|
||||
username = {
|
||||
style_user = "bg:#000000 fg:#F85E84";
|
||||
style_root = "bg:#F85E84 fg:#000000";
|
||||
format = ''[$user ]($style)'';
|
||||
};
|
||||
|
||||
hostname = {
|
||||
ssh_symbol = "";
|
||||
trim_at = "";
|
||||
style = "bg:#000000 fg:#F85E84";
|
||||
format = ''[$ssh_symbol$hostname ]($style)'';
|
||||
};
|
||||
|
||||
character = {
|
||||
|
|
Loading…
Reference in a new issue