-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
97 lines (76 loc) · 1.42 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
add_newline = false
command_timeout = 150
[character]
success_symbol = '[\$](bold yellow)'
## Configure the number of directories to truncate in the current path
[directory]
truncation_length = 0
truncate_to_repo = true
style = "blue"
## Configure the duration of the last command
[cmd_duration]
min_time = 100
disabled = true
style = "dimmed white"
[custom.stgit]
command = 'stg top'
when = 'stg top'
require_repo = true
style = "bold purple"
format = "[$symbol ($output )]($style)"
symbol = ""
[battery]
full_symbol = ""
charging_symbol = ""
discharging_symbol = ""
[jobs]
symbol = ""
[package]
symbol = " "
style = "dimmed white"
[env_var.http_proxy]
symbol = "🪜"
format = "[$symbol]()"
[env_var.all_proxy]
symbol = "🚂"
format = "[$symbol]()"
# git
[git_branch]
style = "green"
[git_status]
conflicted = " "
deleted = ""
modified = " "
stashed = " "
staged = " "
renamed = " "
untracked = " "
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count}"
ignore_submodules = true
# language
[rust]
symbol = " "
style = "dimmed 7"
[nodejs]
symbol = " "
style = "dimmed green"
[java]
symbol = " "
style = "bold red"
[c]
symbol = " "
style = "dimmed blue"
[golang]
symbol = "ﳑ "
style = "blue"
[lua]
symbol = " "
style = "bold blue"
[python]
symbol = " "
style = "bold yellow"
[ocaml]
symbol = " "
style = "bold yellow"