Improve starship config

This commit is contained in:
Sridhar Ratnakumar 2023-04-08 11:26:11 -04:00
parent f9d94111e9
commit e964ade9bb

View file

@ -3,12 +3,15 @@
enable = true;
settings = {
username = {
format = "[$user](bold blue) ";
style_user = "blue bold";
style_root = "red bold";
format = "[$user]($style) ";
disabled = false;
show_always = true;
};
hostname = {
ssh_only = false;
ssh_symbol = "🌐 ";
format = "on [$hostname](bold red) ";
trim_at = ".local";
disabled = false;