-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
62 lines (50 loc) · 1.03 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
61
62
add_newline = false
format = """
$directory\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status \
$aws\
$kubernetes\
$line_break\
$time$character"""
[line_break]
disabled = false
[cmd_duration]
disabled = false
min_time = 0
format = "underwent [$duration](bold yellow)"
[aws]
disabled = false
[kubernetes]
disabled = false
style = "blue"
format = '(\[$symbol[$context:$namespace]($style)\])'
# [kubernetes.context_aliases]
# "dev.local.cluster.k8s" = "dev"
# "arn:aws:eks:(?P<var_region>[\\w-]+).*:cluster/(?P<var_cluster>[\\w-]+)" = "($var_region) $var_cluster"
[git_status]
modified = "±"
stashed = ""
style = "red"
format = '([\[$all_status$ahead_behind\]]($style))\)'
[git_branch]
symbol = ""
style = "green"
format = '\([$branch]($style)'
[directory]
truncation_length = 8
truncate_to_repo = false
style = "cyan bold"
[time]
disabled = false
time_format="%R"
style = "white dimmed bold"
format = "[$time]($style) "
[character]
success_symbol = '[\$](red)'
error_symbol = '[x](red)'
[profiles]
short = "$time$character"