starship changes
This commit is contained in:
parent
1b5d6e8840
commit
733335312b
1 changed files with 14 additions and 2 deletions
|
@ -1,12 +1,24 @@
|
|||
command_timeout = 1000
|
||||
continuation_prompt = "→→"
|
||||
|
||||
[character]
|
||||
success_symbol ="[◯](bold green)"
|
||||
success_symbol = "[◯](bold green)"
|
||||
error_symbol = "[✗](bold red)"
|
||||
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]
|
||||
symbol = "+"
|
||||
|
||||
[battery]
|
||||
disabled = true
|
||||
disabled = true
|
||||
|
|
Loading…
Add table
Reference in a new issue