Update starship display

This commit is contained in:
Alexander Wainwright 2025-06-29 21:48:43 +10:00
parent 5b87c4848c
commit 7f12233f41

View file

@ -148,6 +148,7 @@
}; };
hostname = { hostname = {
ssh_only = false; ssh_only = false;
ssh_symbol = "󰢩 ";
format = "[$ssh_symbol](bold blue)[$hostname](red) "; format = "[$ssh_symbol](bold blue)[$hostname](red) ";
disabled = false; disabled = false;
}; };
@ -158,6 +159,9 @@
git_status = { git_status = {
style = "yellow"; style = "yellow";
}; };
container = {
disabled = true;
};
}; };
}; };