-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
71 lines (54 loc) · 942 Bytes
/
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
[package]
disabled = true
[battery]
full_symbol = "🔋"
charging_symbol = "⚡️"
discharging_symbol = "💀"
[character]
symbol = "➜"
error_symbol = "✗"
use_symbol_for_status = true
[cmd_duration]
min_time = 4
[directory]
truncation_length = 8
[git_branch]
symbol = "🌱"
truncation_length = 8
truncation_symbol = ""
[git_state]
progress_divider = " of "
cherry_pick = "🍒 PICKING"
[git_status]
conflicted = "🏳"
ahead = "🏎💨"
behind = "😰"
diverged = "😵"
untracked = "🤷"
stashed = "📦"
modified = "📝"
staged = '[++\($count\)](green)'
renamed = "👅"
deleted = "🗑"
[git_commit]
commit_hash_length = 4
[golang]
symbol = "🐹"
#disabled = false
[hostname]
ssh_only = true
disabled = false
[jobs]
symbol = "+ "
threshold = 4
[line_break]
disabled = true
[python]
symbol = "🐍 "
disabled = false
[kubernetes]
symbol = "⛵"
style = "dimmed green"
disabled = false
[gcloud]
disabled = true