-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
68 lines (59 loc) · 1.15 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
63
64
65
66
67
68
# Use custom format
format= """
[╭╴](#D7E8BA)\
$username\
$shlvl\
$kubernetes\
$docker_context\
$git_branch\
$git_commit\
$git_state\
$git_status\
$package\
$dotnet\
$helm\
$nodejs\
$aws\
$env_var\
$custom\
$cmd_duration\
$directory\
$line_break\
$jobs\
$battery\
$time\
$status\
$character"""
[line_break]
disabled = false
[directory]
truncation_symbol = "…/"
format="[$path](#FFCF3C) [$read_only]($read_only_style) "
[character]
success_symbol = "[╰╴](#D7E8BA)[λ](bold green)"
error_symbol = "[╰╴](#D7E8BA)[✗](bold red)"
[hostname]
ssh_only = false
format = "[$hostname]($style) "
trim_at = ".companyname.com"
disabled = false
[username]
style_user = "gray bold"
style_root = "red bold"
format = "[$user]($style) "
disabled = false
show_always = false
[git_status]
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
behind = "⇣${count}"
[docker_context]
format = 'via 🐳 [(\($context\))](fg:27 bold) '
disabled = false
only_with_files = true
[cmd_duration]
min_time = 200
format = "took [$duration](bold yellow)"
[kubernetes]
format = 'via ☸ [$context](bold fg:27) [(\($namespace\))](bold fg:33) '
disabled = false