summaryrefslogtreecommitdiff
path: root/config/old/starship/starship.toml
blob: e70d49d619de12a132fd25e54d257710faf13924 (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
# Don't print a new line at the start of the prompt
add_newline = false

# makes prompt a single line
[line_break]
disabled = true

# Disable the package module, hiding it from the prompt completely
[package]
disabled = true

[cmd_duration]
min_time = 10_000  # Show command duration over 10,000 milliseconds (= 10 sec)
format = "took [$duration]($style)"

[character]
error_symbol = "[X](bold red) "

# Clear visibility for exit codes
[status]
style = "red"
symbol = " "
format = '[\[$symbol$status\]]($style) '
disabled = false