-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstarship.toml
More file actions
38 lines (29 loc) · 625 Bytes
/
starship.toml
File metadata and controls
38 lines (29 loc) · 625 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
33
34
35
36
37
38
format = "$all$character$status"
[aws]
disabled = true
[gcloud]
disabled = true
[shlvl]
disabled = false
[status]
disabled = false
map_symbol = true
pipestatus = true
symbol = "✖️ "
[docker_context]
disabled = true
[package]
disabled = true
[buf]
disabled = true
[kubernetes]
format = '[$symbol]($style)'
disabled = false
symbol = ""
contexts = [
{ context_pattern = ".*prod.*", style = "bold red", symbol = "PROD ◯◯◯ " },
{ context_pattern = ".*338683922796.*", style = "green", symbol = "◯◯◯ " },
]
[character]
success_symbol = "\\(/^ヮ^\\)/*:・゚✧"
error_symbol = "\\(✿⊙︿⊙\\)つ"