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