-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstarship.toml
More file actions
47 lines (36 loc) · 927 Bytes
/
starship.toml
File metadata and controls
47 lines (36 loc) · 927 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
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
# Inserts a blank line between shell prompts
add_newline = false
format = "$time${env_var.YAZI_LEVEL}$username$directory $git_branch$git_commit$cmd_duration$nodejs$jobs\n$status$character"
[status]
symbol = '🔴 '
disabled = false
[env_var.YAZI_LEVEL]
format = '📁 '
[cmd_duration]
min_time = 500
show_milliseconds = true
format = 'took [$duration](bold yellow) '
[directory]
truncation_length = 3
format = '[$path]($style)'
truncate_to_repo = true
[git_branch]
format = '[$symbol$branch]($style) '
truncation_length = 20
truncation_symbol = ''
[git_commit]
disabled = false
format = '[\($hash\)]($style) '
only_detached = false
[nodejs]
disabled = false
[username]
format = '[$user]($style):'
disabled = false
[time]
disabled = false
format = '[$time]($style) '
time_format = '%H:%M'
utc_time_offset = '+1'