mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-09 11:16:40 +02:00
starship: Use ASCII characters for prompt
Now the prompt looks nice in ttys.
This commit is contained in:
parent
0ab7b0fc3f
commit
622929853b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user