blob: 2e9eb81833c2f02f8f48a29b25629556f6ef426b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
add_newline = true
[cmd_duration]
show_milliseconds = true
[directory]
truncate_to_repo = true
[git_status]
all_status = '$conflicted$stashed$deleted$renamed$staged$modified$untracked'
staged = '[+$count](green)'
modified = '[!$count](yellow)'
untracked = '[?$count](red)'
format = '([\[$conflicted$stashed$deleted$renamed$staged$modified$untracked$ahead_behind\]]($style) )'
[status]
format = '[$symbol$maybe_int]($style)'
disabled = false
|