1"$schema" = 'https://starship.rs/config-schema.json'
 2
 3add_newline = false
 4
 5format = """
 6[┌─](dimmed) $shlvl$kubernetes$directory$git_branch$git_commit$git_state$git_metrics$git_status$hg_branch$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[git_metrics]
28disabled = false
29
30[golang]
31symbol = "(bold blue)go "
32
33[hostname]
34trim_at = ""
35format = "on [$hostname]($style) "
36
37[time]
38format = "at [$time](dimmed cyan)"
39disabled = false
40
41[username]
42format = "[$user]($style) "