[Starship] Make error and success symbol consistent

This commit is contained in:
2021-08-09 18:26:53 -06:00
parent 3819c32bf3
commit 58836b981f

View File

@@ -1,4 +1,4 @@
# Inserts a blank line between shell prompts
add_newline = false
[character]
success_symbol = "[➜](bold green)"
success_symbol = "[➜](bold green)"
error_symbol = "[➜](bold red)"