fix(starship): space after arrow

This commit is contained in:
Florian Schmitt 2024-03-25 22:56:56 +03:00
parent 4e8ea8fc34
commit 69ea326594

View file

@ -7,7 +7,7 @@ add_newline = true # Inserts a blank line between shell prompts
[character]
success_symbol = '[➜ ](bold green)'
error_symbol = "[➜](bold red)"
error_symbol = '[➜ ](bold red)'
#[custom.tztime]
#command = 'date +"%a %d %b %H:%M%p"'