-
Notifications
You must be signed in to change notification settings - Fork 1
/
dot_starship.toml
70 lines (52 loc) · 1.02 KB
/
dot_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
# https://starship.rs/config/
command_timeout = 200
[aws]
disabled = true
#symbol = "☁️\ue7ad "
[gcloud]
disabled = true
[directory]
truncation_length = 8
[directory.substitutions]
# Glyph hex codes via https://www.nerdfonts.com/cheat-sheet
#"test-cloud" = "\ufa92"
#"github" = "\uf408"
#"slack" = "\uf198"
#"git" = "\uf1d3"
#"npm" = "\ue71e"
#[[battery.display]]
#threshold = 10
#style = "bold red"
[memory_usage]
disabled = false
# show_percentage = true
# show_swap = true
threshold = -1
# separator = "/"
style = "bold dimmed green"
[java]
disabled = true
[golang]
[nodejs]
symbol = "🤖 "
disabled = true
[time]
disabled = false
format = "🕙[\\[ $time \\]]($style)"
time_format = "%T %Y-%m-%d"
utc_time_offset = "+1"
style = "white"
time_range = "08:00:00-17:00:00"
# Disabling some git functions - Using way to large repos for this to be useful
[git_status]
disabled = true
[git_commit]
disabled = true
[git_state]
disabled = true
[git_metrics]
disabled = true
[git_branch]
disabled = true
[ruby]
disabled = true