-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
49 lines (44 loc) · 862 Bytes
/
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
add_newline = false
format = "$directory$git_branch$git_status$character"
# right_format = """$all"""
right_format = """
$localip\
$shlvl\
$singularity\
$kubernetes\
$vcsh\
$fossil_branch\
$hg_branch\
$pijul_channel\
$docker_context\
$package\
battery\
$time\
$status\
$os\
$container\
$shell\
"""
#
[character]
success_symbol = "[»](green)"
error_symbol = "[»](red)"
vicmd_symbol = "[«](green)"
[directory]
format = "[$path]($style)[ ](bold blue)[$read_only](bold #DCDCAA)($read_only_style) "
truncation_length = 1
home_symbol = ""
read_only = " "
[git_branch]
style = "bold #569CD6"
symbol = " "
[git_metrics]
disabled = false
[git_status]
ahead = " ⇡ ${count}"
diverged = "⇕ ⇡ ${ahead_count} ⇣ ${behind_count}"
behind = "⇣ ${count}"
format = '([\[$all_status$ahead_behind\]]($style) )'
style = "#4EC9B0"
[sudo]
disabled = false