From ae5d3677fd947ca476881cf70b077a922222d29b Mon Sep 17 00:00:00 2001 From: nain <126972030+nain-F49FF806@users.noreply.github.com> Date: Fri, 27 Sep 2024 06:27:36 +0000 Subject: [PATCH] update starship config - add os name in prompt --- customization/common/files/etc/starship.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/customization/common/files/etc/starship.toml b/customization/common/files/etc/starship.toml index 839d391..ad1401a 100644 --- a/customization/common/files/etc/starship.toml +++ b/customization/common/files/etc/starship.toml @@ -2,3 +2,10 @@ [container] symbol = '📦' style = 'bold #A52B00 dimmed' +format = '[$symbol ]($style)' + + +[os] +disabled = false +style = 'bold #A52B00 dimmed' +format = "[($name oxidised )]($style)"