-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
39 lines (32 loc) · 801 Bytes
/
starship.toml
File metadata and controls
39 lines (32 loc) · 801 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
format = """
[╭─](white) $directory$git_branch$git_commit$git_state$git_metrics$git_status$fill$ruby$time
[╰─](white)$character """
[fill]
symbol = " "
[time]
disabled = false
style = "bold white"
[directory]
read_only = "🔒"
style = "bold cyan"
read_only_style = "red"
truncate_to_repo = false
truncation_length = 8
truncation_symbol = "…/"
repo_root_style = "bold italic #ffafcc"
format = "[$read_only]($read_only_style)[$path]($style) "
disabled = false
[git_branch]
truncation_length = 30
truncation_symbol = "…"
[git_commit]
tag_disabled = false
[git_status]
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
[character]
format = "$symbol"
success_symbol = "[❯](bold green)"
error_symbol = "[✗](bold red) "
disabled = false