1"$schema" = 'https://starship.rs/config-schema.json'
2
3add_newline = false
4
5format = """
6[┌─](dimmed) $shlvl${env_var.ZMX_SESSION}$kubernetes$directory${custom.jj}$docker_context$package$cmake$dart$elixir$elm$erlang$golang$java$lua$nodejs$perl$php$python$rust$terraform$vagrant$zig$nix_shell$memory_usage$aws$env_var$fill $sudo$username$hostname$cmd_duration$time\
7$line_break\
8[└─](dimmed)$jobs$battery$status$shell$character"""
9
10scan_timeout = 10
11
12[character]
13success_symbol = "[❯](bold green)"
14error_symbol = "[✗](bold red)"
15
16[cmd_duration]
17show_notifications = false
18
19[directory]
20fish_style_pwd_dir_length = 3
21truncate_to_repo = false
22
23[fill]
24symbol = "."
25style = "dimmed"
26
27[env_var.ZMX_SESSION]
28symbol = " "
29format = "[$symbol$env_value]($style) "
30description = "zmx session name"
31style = "bold magenta"
32
33[git_metrics]
34disabled = false
35
36[golang]
37symbol = "(bold blue)go "
38
39[hostname]
40trim_at = ""
41format = "on [$hostname]($style) "
42
43[time]
44format = "at [$time](dimmed cyan)"
45disabled = false
46
47[username]
48format = "[$user]($style) "
49
50[custom.jj]
51when = "jj-starship detect"
52shell = ["jj-starship", "--no-git-id"]
53format = "$output "
54
55[git_branch]
56disabled = true
57
58[git_status]
59disabled = true