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

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