-
Notifications
You must be signed in to change notification settings - Fork 2
/
starship.toml
61 lines (45 loc) · 1.14 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
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
[battery]
charging_symbol = ''
discharging_symbol = '⚡️ $percentage '
format = '[$symbol]($style)'
[buf]
disabled = true
# Disable trunction of arbitrary directories (the default is 3). The
# fish_style_pwd_dir_length is also interesting, but having paths like
# `/opt/foo/bar/baz` be converted to `/o/foo/bar/baz` doesn't feel so good to
# me.
[directory]
truncation_length = 0
# Enabled by default. Short and sweet, but less consistent when enabled.
truncate_to_repo = false
[c]
disabled = true
[cmake]
disabled = true
[dotnet]
disabled = true
[git_status]
stashed = ''
untracked = ''
[golang]
disabled = true
[gradle]
disabled = true
[java]
disabled = true
[nodejs]
disabled = true
# Shows NPM package.json details. Disabled since I consider the information
# unimportant.
[package]
disabled = true
[php]
disabled = true
[python]
disabled = true
# The 'time' module displays the current time in the prompt... but on the second
# line, which feels kind of ugly. TODO: Tweak it using https://starship.rs/config/#prompt
#[time]
#disabled = false