-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
92 lines (73 loc) · 1.38 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
"$schema" = 'https://starship.rs/config-schema.json'
[os.symbols]
Windows = ""
Ubuntu = ""
SUSE = ""
Raspbian = ""
Mint = ""
Macos = ""
Manjaro = ""
Linux = ""
Gentoo = ""
Fedora = ""
Alpine = ""
Amazon = ""
Android = ""
Arch = ""
Artix = ""
CentOS = ""
Debian = ""
Redhat = ""
RedHatEnterprise = ""
[os]
disabled = false
[username]
show_always = true
[directory]
truncation_length = 10
truncation_symbol = "…/"
truncate_to_repo = true
# [directory.substitutions]
# "Documents" = ""
# "Downloads" = " "
# "Music" = " "
# "Pictures" = " "
# "src" = " "
[git_branch]
symbol = ""
[git_status]
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
[nodejs]
symbol = ""
[rust]
symbol = ""
[golang]
symbol = ""
[java]
symbol = " "
[kotlin]
symbol = ""
[python]
symbol = ""
[docker_context]
symbol = ""
[scala]
symbol = ""
[kubernetes]
disabled = false
[time]
disabled = false
time_format = "%R"
format = '🕙[\[ $time \]]($style) '
[line_break]
disabled = false
[character]
disabled = false
success_symbol = '[](bold green)'
error_symbol = '[](bold red)'
vimcmd_symbol = '[](bold green)'
vimcmd_replace_one_symbol = '[](bold purple)'
vimcmd_replace_symbol = '[](bold purple)'
vimcmd_visual_symbol = '[](bold yellow)'