-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
66 lines (51 loc) · 1.03 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
[username]
style_user = "green bold"
style_root = "red bold"
format = "[$user]($style) 🌚 "
disabled = false
show_always = true
[hostname]
ssh_only = false
ssh_symbol = '🌐 '
format = 'on [$hostname](bold yellow) '
disabled = false
# Replace the "❯" symbol in the prompt with "➜"
# Replace the "✗" symbol in the prompt with ""
[character]
success_symbol = "[❯](bold cyan)"
error_symbol = "[✗](bold red)"
[directory]
read_only = " ⛔"
truncation_length = 10
truncate_to_repo = true
style = "bold italic blue"
[cmd_duration]
min_time = 4
show_milliseconds = false
disabled = false
style = "bold italic red"
[sudo]
symbol = '🧙 '
style = 'bold blue'
disabled = false
[c]
disabled = false
[java]
symbol = '☕ '
disabled = false
[python]
symbol = '🐍 '
disabled = false
[memory_usage]
symbol = '🐏 '
threshold = -1
format = '$symbol[${ram_pct}( | ${swap_pct})]($style) '
disabled = false
[shell]
disabled = false
unknown_indicator = 'unknown shell'
[cmake]
symbol = '🛠️ '
disabled = false
# [time]
# disabled = false