fix(starship): space after arrow
This commit is contained in:
parent
4e8ea8fc34
commit
69ea326594
1 changed files with 2 additions and 2 deletions
|
@ -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"'
|
||||
|
|
Loading…
Reference in a new issue