-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
32 lines (28 loc) · 822 Bytes
/
Copy pathstarship.toml
File metadata and controls
32 lines (28 loc) · 822 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
add_newline = false
command_timeout = 200
format = "[OVERUNITY](bold #ffae38) [//](#7d4b2d) $directory$git_branch$git_status$line_break$character"
[character]
error_symbol = "[!](bold #e06c57)"
success_symbol = "[>>](bold #ffae38)"
[directory]
truncation_length = 2
truncation_symbol = "…/"
repo_root_style = "bold #ffae38"
repo_root_format = "[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) "
[git_branch]
format = "[$branch]($style) "
style = "italic #6fb8b3"
[git_status]
format = '[$all_status]($style)'
style = "#6fb8b3"
ahead = "⇡${count} "
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
behind = "⇣${count} "
conflicted = " "
up_to_date = " "
untracked = "? "
modified = " "
stashed = ""
staged = ""
renamed = ""
deleted = ""