Update username/hostname in starship.
This commit is contained in:
parent
9ae9c33cbc
commit
913098a63a
1 changed files with 6 additions and 0 deletions
|
@ -146,9 +146,15 @@
|
||||||
aws.disabled = true;
|
aws.disabled = true;
|
||||||
gcloud.disabled = true;
|
gcloud.disabled = true;
|
||||||
line_break.disabled = true;
|
line_break.disabled = true;
|
||||||
|
username = {
|
||||||
|
disabled = false;
|
||||||
|
show_always = true;
|
||||||
|
format = "[$user]($style)@";
|
||||||
|
};
|
||||||
hostname ={
|
hostname ={
|
||||||
disabled = false;
|
disabled = false;
|
||||||
ssh_only = false;
|
ssh_only = false;
|
||||||
|
format = "[$ssh_symbol$hostname]($style) > ";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue