-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
53 lines (44 loc) · 946 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
50
51
52
53
add_newline = true
format = """
($git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$aws\
$kubernetes\
\n)\
$directory\
$time\
$character"""
[aws]
format = '([$symbol($profile )(\($region\) )]($style))'
force_display = true
[aws.region_aliases]
eu-central-1 = ''
[directory]
truncation_length = 2
truncate_to_repo = false
[git_branch]
format = "[$symbol$branch]($style) "
only_attached = true
[git_status]
format = '(\[$all_status$ahead_behind\] )'
conflicted = '[!](bold red)'
modified = '[*](bold red)'
untracked = '[?](bold red)'
stashed = '[\$](bold blue)'
staged = '[+](bold green)'
renamed = '[»](bold green)'
deleted = '[-](bold red)'
[kubernetes]
disabled = false
format = '[$symbol$context( \($namespace\))]($style)'
[kubernetes.context_aliases]
'arn:.*:cluster/(?P<cluster>[\w-]+)' = '$cluster'
[ruby]
version_format = '${major}.${minor}'
[time]
disabled = false
format = '[$time]($style)'
time_format = '%H:%M'