Fix document symbol in starship prompt

main
trivernis 10 months ago
parent bc25213613
commit 3aa05a5374
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -47,7 +47,7 @@ truncation_symbol = "…/"
# Here is how you can shorten some long paths by text replacement
# similar to mapped_locations in Oh My Posh:
[directory.substitutions]
"Documents" = " "
"Documents" = "󱔗 "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
@ -86,7 +86,7 @@ style = "bg:93"
format = '[[ $symbol ($version) ](fg:231 bg:93)]($style)'
[golang]
symbol = ""
symbol = ""
style = "bg:93"
format = '[[ $symbol ($version) ](fg:231 bg:93)]($style)'

Loading…
Cancel
Save