From 86914dfd5f92eba2f5df549cbf8ac50e94797567 Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Sat, 13 Sep 2025 21:31:52 -0500 Subject: [PATCH] fix: removed optioal from os and time modules for starship config --- .config/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 3cb8751..9358be1 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -281,7 +281,7 @@ symbol = " " [os] disabled = false -format = '([\[](text)[$symbol]($style)[\]](text))' +format = '[\[](text)[$symbol]($style)[\]](text)' style = 'red' [os.symbols] @@ -422,7 +422,7 @@ symbol = "󱁢 " [time] disabled = false -format = '([\[](text)[$time]($style)[\]](text))' +format = '[\[](text)[$time]($style)[\]](text)' style = "mauve" [typst]