fix: added space to error starship config to prevent clipping

This commit is contained in:
Kitty Fangs 2024-05-10 17:14:22 +00:00
parent d1f44979da
commit 599583f2cd
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ format = '[ $time ]($style)'
style = 'bg:#47225e' style = 'bg:#47225e'
symbol = '🔴' symbol = '🔴'
success_symbol = '🟢' success_symbol = '🟢'
format = '[ $symbol$common_meaning$signal_name$maybe_int ]($style)' format = '[ $symbol $common_meaning$signal_name$maybe_int ]($style)'
map_symbol = true map_symbol = true
disabled = false disabled = false