mise en place de starship
This commit is contained in:
parent
0150cb0884
commit
a86e9fc69e
3 changed files with 10 additions and 2 deletions
|
|
@ -6,5 +6,13 @@ truncation_length = 5
|
|||
truncation_symbol = "…/"
|
||||
truncate_to_repo = false
|
||||
|
||||
[git_status]
|
||||
ahead = "⇡${count}"
|
||||
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
|
||||
behind = "⇣${count}"
|
||||
|
||||
[package]
|
||||
disabled = true
|
||||
|
||||
[java]
|
||||
disabled = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue