-
Notifications
You must be signed in to change notification settings - Fork 1
/
starship.toml
59 lines (47 loc) · 872 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
add_newline = false
[aws]
disabled = true
symbol = " "
[character]
success_symbol = "[\\$](bold green)"
error_symbol = "[\\$](bold red)"
vicmd_symbol = "[](bold green)"
[directory]
truncation_length = 1
[ruby]
disabled = true
symbol = " "
[elixir]
disabled = true
symbol = " "
format = "[$symbol$version]($style)"
[jobs]
disabled = true
[git_branch]
symbol = " "
format = "[$symbol$branch]($style) "
only_attached = true
[git_state]
rebase = ""
merge = " "
revert = ""
cherry_pick = "🍒 "
[git_status]
conflicted = "💔 "
ahead = "⬆️ "
behind = "⬇️ "
staged = " $count"
stashed = "📦 $count"
diverged = "😵$count"
deleted = " $count"
untracked = " $count"
modified = " $count"
renamed = " $count"
[line_break]
disabled = true
[nodejs]
disabled = true
symbol = " "
[package]
disabled = true
symbol = "🔖 "