-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
47 lines (35 loc) · 752 Bytes
/
Copy pathstarship.toml
File metadata and controls
47 lines (35 loc) · 752 Bytes
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
"$schema" = 'https://starship.rs/config-schema.json'
format = """$all$cmd_duration
$character"""
add_newline = false
[character]
success_symbol = '[](bold green)'
error_symbol = '[✗](bold red)'
# [cmd_duration]
# min_time = 10
# show_milliseconds = true
# format = "[$duration](bright-black)"
[directory]
truncation_length = 4
truncation_symbol = '…/'
truncate_to_repo = false
[fill]
symbol = ' '
[golang]
symbol = " "
[nodejs]
symbol = " "
[git_metrics]
disabled = false
format = '(([ $added ]($added_style))([ $deleted ]($deleted_style)))'
only_nonzero_diffs = true
added_style = 'green'
deleted_style = 'red'
[git_branch]
symbol = ' '
[line_break]
disabled = true
[jobs]
disabled = true
[battery]
disabled = true