starship: Use ASCII characters for prompt

Now the prompt looks nice in ttys.
This commit is contained in:
Donovan Glover 2021-11-15 12:18:17 -05:00
parent 0ab7b0fc3f
commit 622929853b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -11,8 +11,11 @@ symbol = ""
disabled = true disabled = true
[character] [character]
success_symbol = "[➤](red)[➤](green)[➤](blue)" #success_symbol = "[➤](red)[➤](green)[➤](blue)"
error_symbol = "[➤](cyan)[➤](purple)[➤](yellow)" #error_symbol = "[➤](cyan)[➤](purple)[➤](yellow)"
success_symbol = "[>](red)[>](green)[>](blue)"
error_symbol = "[>](cyan)[>](purple)[>](yellow)"
vicmd_symbol = "[<](bold green)"
[line_break] [line_break]
disabled = true disabled = true