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