-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
52 lines (43 loc) · 1.12 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
[username]
style_root = "fg:white bg:#0078D4"
style_user = "fg:#0078D4 bg: white"
format = "[](fg:#0078D4 bg:none)[$user]($style)[](fg:#0078D4 bg:none)"
disabled = false
show_always = false
[directory]
style = "fg:#FFFFFF bg:#0078D4"
format = "[](fg:#0078D4 bg:none inverted)[$path[$read_only]($style)]($style)[](fg:#0078D4 bg:none)"
read_only = ""
home_symbol = "~"
truncation_length = 3
truncation_symbol = "…/"
truncate_to_repo = true
disabled = false
[azure]
style = "fg:#FFFFFF bg:#0078D4"
disabled = false
format = "[](fg:#012456 bg:#0078D4)[$symbol($subscription)]($style)[](fg:#0078D4 bg:none)"
symbol = "☁️ "
[dotnet]
symbol = "🥅 "
style = "green"
heuristic = false
[git_branch]
symbol = " "
truncation_length = 4
truncation_symbol = ""
[docker_context]
format = "via [🐋 $context](blue bold)"
[terraform]
format = "[🏎💨 $workspace]($style) "
[kubernetes]
format = 'K8S: [$context \($namespace\)](bright white) '
disabled = true
[sudo]
style = "bold green"
symbol = "👩💻 "
disabled = false
allow_windows = true
[cmd_duration]
min_time = 500
format = "took [$duration](bold yellow)"