-
Notifications
You must be signed in to change notification settings - Fork 1
/
starship.toml
50 lines (40 loc) · 1.22 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
# Inserts a blank line between shell prompts
add_newline = false
# left prompt
format = "$all$git_branch$git_status$git_commit$git_state\n$git_metrics$directory$character$status"
# move the rest of the prompt to the right
#right_format = "$git_branch$git_commit$git_state$git_metrics$git_status"
[character]
#success_symbol uses the default
error_symbol = "[\\(╯°□°\\)╯⏜ ┻━┻](bold red)" # flip the table
[status]
disabled = false
format = '[$symbol $common_meaning$signal_name$maybe_int]($style) '
map_symbol = true
#[directory]
#truncation_length = 5
[cmd_duration]
min_time = 10_000 # 10 seconds
format = "[$duration]($style) "
[git_status]
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count}"
conflicted = "⚔️ "
#ahead = "🏎️ 💨 ×${count}"
#behind = "🐢 ×${count}"
#diverged = "🔱 🏎️ 💨 ×${ahead_count} 🐢 ×${behind_count}"
#untracked = "🛤️ ×${count}"
stashed = "📦×${count} "
modified = "📝×${count} "
staged = "🗃️ ×${count} "
renamed = "📛 ×${count} "
deleted = "🗑️ ×${count} "
style = "bright-white"
format = "$all_status$ahead_behind"
[git_metrics]
disabled = false
[line_break]
disabled = true
[cmake]
disabled = true