fix: removed optioal from os and time modules for starship config
This commit is contained in:
parent
e00edd5afc
commit
86914dfd5f
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue