-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
90 lines (76 loc) · 1.24 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
format = """
$username\
$hostname\
$localip\
$shlvl\
$singularity\
$directory\
$kubernetes\
$vcsh\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$hg_branch\
$docker_context\
$package\
$cmake\
$container\
$helm\
$pulumi\
$terraform\
$vagrant\
$nix_shell\
$conda\
$aws\
$gcloud\
$custom\
$jobs\
$status\
$shell\
$line_break\
$sudo\
$cmd_duration\
$character"""
add_newline = false
[username]
format = "[$user]($style)@"
show_always = true
[hostname]
ssh_only = false
format = "[$hostname](bold red):"
disabled = false
[directory]
truncate_to_repo = false
truncation_length = 0
format = "[$path]($style)[$read_only]($read_only_style) "
[cmd_duration]
disabled = false
show_milliseconds = true
min_time = 1
format = "[$duration]($style)"
[docker_context]
symbol = ""
format = "[docker:$context]($style) "
[git_branch]
format = "[$symbol$branch]($style) "
[git_metrics]
disabled = false
[vagrant]
format = "[vagrant:$version](bold white) "
symbol = ""
disabled = true
[terraform]
format = "[terraform:$workspace]($style) "
[sudo]
disabled = true
format = "[as $symbol]($style) "
[package]
disabled = true
[kubernetes]
format = "[k8s:$context/$namespace](green) "
disabled = false
[helm]
disabled = false
format = "[helm:($version)]($style)"