-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
74 lines (59 loc) · 1.18 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
add_newline = false # Disable the newline at the start of the prompt
scan_timeout = 10 # Waiting 10 milliseconds for starship to check files under the current directory.
[battery]
full_symbol = "🔋"
charging_symbol = "⚡️"
discharging_symbol = "💀"
[character]
success_symbol = "[💗➜](#00FF00 bold)"
error_symbol = "[💔✗](bold red)"
[directory]
style = "#ba55d3"
truncation_length = 0
truncate_to_repo = false
[dotnet]
symbol = "🥅 "
style = "green"
heuristic = false
[env_var]
disabled = false
[git_branch]
style = "#dda0dd"
symbol = "♥: "
truncation_length = 20
truncation_symbol = ""
[git_commit]
disabled = false
commit_hash_length = 4
[git_state]
cherry_pick = "🍒 PICKING"
[git_status]
conflicted = "🏳 "
ahead = "🏎 💨"
behind = "😰"
diverged = "😵"
untracked = "🤷<200d>"
modified = "📝"
renamed = "👅"
deleted = "🗑 "
[hostname]
ssh_only = false
prefix = "⟪"
suffix = "⟫"
trim_at = ".companyname.com"
disabled = true
[jobs]
symbol = "+ "
threshold = 4
[memory_usage]
threshold = -1
symbol = " "
style = "bold dimmed green"
[nodejs]
style = "#ffc0cb"
[ruby]
symbol = " "
style = "#ffc0cb"
[package]
style = "#ffc0cb"
symbol = " "