-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
78 lines (65 loc) · 1.44 KB
/
starship.toml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
format = """
$env_var\
$directory\
$git_branch\
$git_commit\
$git_status\
$status\
$fill\
$git_metrics\
$cmd_duration\
$time
$battery\
$character
"""
#dd_newline = false
[env_var.SHLVL]
style = "bold fg:#7FBBB3 bg:#2D353B"
format = "[$env_value ]($style)"
[directory]
style = "bold fg:#A7C080 bg:#2D353B"
format = "[$path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
truncate_to_repo = false
[git_branch]
symbol = ""
style = "bold fg:#DBBC7F bg:#2D353B"
format = '[$branch ]($style)'
[git_commit]
style = "bold fg:#DBBC7F bg:#2D353B"
format = '[$hash$tag ]($style)'
tag_disabled = false
[git_status]
style = "bold fg:#E69875 bg:#2D353B"
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
format = '[$all_status$ahead_behind ]($style)'
[status]
style = "bold fg:#E67E80 bg:#2D353B"
format = '[$status ]($style)'
disabled = false
[fill]
symbol = ' '
style = "bg:#2D353B"
[git_metrics]
added_style = 'green bg:#2D353B'
deleted_style = 'red bg:#2D353B'
format = '[+$added]($added_style)[/](bg:#2D353B)[-$deleted ]($deleted_style)'
disabled = false
only_nonzero_diffs = true
[cmd_duration]
min_time = 100
show_milliseconds = true
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "bold fg:#83C092 bg:#2D353B"
format = '[♥ $time]($style)'
[[battery.display]]
threshold = 15
style = "bold fg:#D699B6 bg:#2D353B"
[[battery.display]]
threshold = 30
style = "bold fg:#D699B6 bg:#2D353B"