-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
76 lines (68 loc) · 1.05 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
add_newline = true
format = """
$username\
$hostname\
$localip\
$shlvl\
$singularity\
$directory\
$vcsh\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$hg_branch\
$docker_context\
$package\
$c\
$cmake\
$cobol\
$daml\
$dart\
$golang\
$helm\
$nodejs\
$php\
$python\
$terraform\
$memory_usage\
$aws\
$gcloud\
$kubernetes\
$env_var\
$custom\
$sudo\
$cmd_duration\
$line_break\
$jobs\
$battery\
$time\
$status\
$container\
$shell\
$character"""
[character]
success_symbol = "[❯](bold green)"
error_symbol = "[✗](bold red)"
vicmd_symbol = "[v](bold green)"
[directory]
truncation_length = 8
format = "[$path]($style)[$lock_symbol]($lock_style) "
[gcloud]
disabled = true
[nodejs]
format = "[$symbol$version](bold green) "
version_format = "${raw}"
[kubernetes]
format = '[$symbol$context( \($namespace\))]($style) '
symbol = '🚢'
style = "cyan bold"
disabled = false
[aws]
symbol = '🌥️'
format = '[aws::$profile:$region]($style)'
[git_branch]
format = '[$symbol$branch(:$remote_branch)]($style) '
[package]
format = '[$symbol$version]($style) '