aboutsummaryrefslogtreecommitdiff
path: root/starship.toml
blob: 4ccb0bc660ff78340189d7b24653d443ab835b82 (plain)
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
# Don't print a new line at the start of the prompt
add_newline = false
disable_line_break = true
format = "$all"



[character]
success_symbol = "[](blue)"
error_symbol = "[](red)"
vicmd_symbol = "[](green)" 


[battery]
disabled = true

[line_break]
disabled = true

[cmd_duration]
disabled = false
min_time = 5000
format = "[took](yellow) [$duration](bold #FF0074) "
# show_notifications = true
# min_time_to_notify = 180000

# disabling modules for
# programming languages

[golang]
disabled = true

[python]
disabled = true

[java]
disabled = true

[lua]
disabled = true