blob: e04bf38d556e443f13047c601df4a28e23a18651 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
add_newline = false
[character]
success_symbol = '[\$](bold green)'
error_symbol = '[\$](bold red)'
vimcmd_symbol = '[V](bold green)'
vimcmd_replace_one_symbol = '[<](bold purple)'
vimcmd_replace_symbol = '[<](bold purple)'
vimcmd_visual_symbol = '[<](bold yellow)'
[git_branch]
format = '[\[$branch\]]($style) '
style = 'bright-yellow'
[git_status]
format = '$ahead_behind$stashed$modified$staged$conflicted$typechanged$untracked'
ahead = '[>${count}](green) '
diverged = '[${behind_count}<>${ahead_count}](green) '
behind = '[<${count}](green) '
untracked = '[?${count}](bright-blue) '
stashed = '[*${count}](green) '
modified = '[!${count}](bright-yellow) '
staged = '[+${count}](bright-yellow) '
[directory]
style = 'green'
[rust]
disabled = true
[cmake]
disabled = true
|