-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstarship.toml
81 lines (59 loc) · 963 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
72
73
74
75
76
77
78
79
80
81
"$schema" = 'https://starship.rs/config-schema.json'
command_timeout = 10000
[git_branch]
style = 'bold bright-green'
[shell]
disabled = false
elvish_indicator = "~"
format = '[$indicator]($style)'
# Nerd Fonts
# https://www.nerdfonts.com/cheat-sheet
# MEMO: trailing space is required
[bun]
symbol = "\ue76f "
[c]
symbol = "\ue771 "
[cmake]
symbol = "\ue794 "
[docker_context]
symbol = "\ue7b0 "
[deno]
symbol = "\ue7c0 "
detect_files = [
'deno.json',
'deno.jsonc',
'deno.lock',
'mod.ts',
'mod.js',
'deps.ts',
'deps.js',
'.dvmrc',
]
[dotnet]
symbol = "\U000f0aae "
[elm]
symbol = "\ue7ce "
[golang]
symbol = "\ue724 "
[guix_shell]
symbol = "\uf325 "
[lua]
symbol = "\ue826 "
[nim]
symbol = "\ue841 "
[nix_shell]
symbol = "\ue843 "
[nodejs]
symbol = "\ued0d "
[ocaml]
symbol = "\ue84e "
[python]
symbol = "\ue73c "
[ruby]
symbol = "\ue739 "
[rust]
symbol = "\uf323 "
[terraform]
symbol = "\ue8bd "
[typst]
symbol = "\uf37f "