starship changes
This commit is contained in:
parent
1b5d6e8840
commit
733335312b
1 changed files with 14 additions and 2 deletions
|
@ -1,10 +1,22 @@
|
||||||
command_timeout = 1000
|
command_timeout = 1000
|
||||||
|
continuation_prompt = "→→"
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol ="[◯](bold green)"
|
success_symbol = "[◯](bold green)"
|
||||||
error_symbol = "[✗](bold red)"
|
error_symbol = "[✗](bold red)"
|
||||||
vicmd_symbol = "[ƴ](bold yellow)"
|
vicmd_symbol = "[ƴ](bold yellow)"
|
||||||
|
|
||||||
|
[git_metrics]
|
||||||
|
disabled = false
|
||||||
|
added_style = "bold blue"
|
||||||
|
|
||||||
|
[git_status]
|
||||||
|
disabled = true
|
||||||
|
ahead = "⇡${count}"
|
||||||
|
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
|
||||||
|
behind = "⇣${count}"
|
||||||
|
|
||||||
|
|
||||||
[jobs]
|
[jobs]
|
||||||
symbol = "+"
|
symbol = "+"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue