aboutsummaryrefslogtreecommitdiff
path: root/stow/starship/.config/starship.toml
blob: 27edf54325c9ea9ee515fbac8c7675f53320df81 (plain)
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 = """
$shlvl\
$kubernetes\
$hostname\
$directory\
$vcsh\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$docker_context\
$package\
$cmake\
$deno\
$python\
$red\
$terraform\
$nix_shell\
$memory_usage\
$aws\
$gcloud\
$openstack\
$env_var\
$custom\
$line_break\
$lua\
$jobs\
$battery\
$time\
$status\
$shell\
$character"""

[git_branch]
style = "bold white"
format = "[$branch]($style) "

[directory]
truncate_to_repo = false

[character]
success_symbol = "[](bold cyan) "
error_symbol = "[](bold red) "

[python]
style = "bold purple"
format = '[${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'

[nix_shell]
format = '[$state( \($name\))]($style) '

[hostname]
ssh_only = true