summary refs log tree commit diff
path: root/.config/starship.toml
blob: efc3dc82dafbbc18a8445d1d991fac20b6ed84a2 (plain) (blame)
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
format = """
\
$username\
$hostname\
$shlvl\
$kubernetes\
$directory\
$git_branch\
$git_commit\
$git_state\
$memory_usage\
$env_var\
$custom\
$cmd_duration\
$jobs\
$time\
$status\
$character\
"""

add_newline = false

[character]
success_symbol = "❯"

[directory]
truncation_length = 0
truncate_to_repo = false
style = "bright-green"

[username]
format = "[$user@]($style)"
style_user = "dimmed"

[hostname]
format = "[$hostname]($style) "
style = "dimmed"

[git_branch]
format = "[$symbol$branch]($style) "
disabled = true

[jobs]
symbol = "∆"

[cmd_duration]
format = "[$duration]($style) "
style = ""
min_time = 60_000
# disabled = true

[shlvl]
symbol = "☰"
disabled = false