Update username/hostname in starship.

This commit is contained in:
Joseph Hanson 2024-02-20 22:29:35 -06:00
parent 9ae9c33cbc
commit 913098a63a

View file

@ -146,9 +146,15 @@
aws.disabled = true;
gcloud.disabled = true;
line_break.disabled = true;
username = {
disabled = false;
show_always = true;
format = "[$user]($style)@";
};
hostname ={
disabled = false;
ssh_only = false;
format = "[$ssh_symbol$hostname]($style) > ";
};
};
};