-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
60 lines (50 loc) · 1.31 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
51
52
53
54
55
56
57
58
59
60
add_newline = true
command_timeout = 2000
format = """\
╭╴$username$hostname$directory$git_branch$git_commit$git_state$git_metrics$git_status$docker_context$kubernetes$python$cmd_duration
╰─$jobs$sudo$character"""
right_format = """$status"""
[character]
success_symbol = "[➤](bold green)"
error_symbol = "[➤](bold red)"
[directory]
#home_symbol = "🏠"
home_symbol = ""
truncate_to_repo = false
truncation_symbol = "…/"
[username]
format = "[$user@]($style)"
style_user = "bold green"
[hostname]
style = "bold green"
[docker_context]
only_with_files = false
[kubernetes]
disabled = false
#format = 'in [$symbol$context()]($style) '
format = 'in [$symbol$context( \($namespace\))]($style) '
style = "bold blue"
[status]
disabled = false
#format = "[$symbol $status]($style)"
format = "[$status ↵]($style)"
[git_branch]
symbol = " "
format = "on [$symbol$branch]($style) "
truncation_length = 20
truncation_symbol = "…/"
style = "bold green"
[git_status]
format = '[\($all_status$ahead_behind\)]($style) '
style = "bold green"
conflicted = "🏳"
up_to_date = " "
untracked = "[](bold red) "
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count}"
stashed = ""
modified = "[]($bold red) "
staged = '[++\($count\)](green)'
renamed = "襁 "
deleted = " "