aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config/starship.toml
blob: 3ecfacf11f05ef1d77a375fa1a2f47324a49407f (plain)
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
32
33
34
35
36
format = """
$directory\
$git_branch\
$git_commit\
$git_state\
$git_status\
$line_break\
$jobs\
[❯](fg:150)[❯](fg:153)[❯](fg:159) """

[directory]
style = "fg:75 bold"
truncation_length = 99
truncate_to_repo = false
read_only = ' \[RO\]'
read_only_style = "fg:75 bold"

[git_branch]
format = "[$branch]($style) "
style = "green"

[git_state]
format = '\([$state ($progress_current/$progress_total)]($style)\) '
rebase = "rebase"
merge = "merge"
revert = "revert"
cherry_pick = "cpick"
bisect = "bisect"
am = "am"
am_or_rebase = "am/rebase"

[git_status]
style = "cyan"

[jobs]
symbol = "+ "