mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01: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…
Reference in New Issue
Block a user