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
|
add_newline = true # Inserts a blank line between shell prompts
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = '[➜](bold green)'
|
success_symbol = '[➜ ](bold green)'
|
||||||
error_symbol = "[➜](bold red)"
|
error_symbol = '[➜ ](bold red)'
|
||||||
|
|
||||||
#[custom.tztime]
|
#[custom.tztime]
|
||||||
#command = 'date +"%a %d %b %H:%M%p"'
|
#command = 'date +"%a %d %b %H:%M%p"'
|
||||||
|
|
Loading…
Reference in a new issue