1add_newline = false
2
3format = """
4[┌─](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\
5$line_break\
6[└─](dimmed)$jobs$battery$status$shell$character"""
7
8scan_timeout = 10
9
10[character]
11success_symbol = "[❯](bold green)"
12error_symbol = "[✗](bold red)"
13
14[cmd_duration]
15show_notifications = false
16
17[directory]
18fish_style_pwd_dir_length = 3
19truncate_to_repo = false
20
21[fill]
22symbol = "."
23style = "dimmed"
24
25[git_metrics]
26disabled = false
27
28[golang]
29symbol = "(bold blue)go "
30
31[hostname]
32trim_at = ""
33format = "on [$hostname]($style) "
34
35[time]
36format = "at [$time](dimmed cyan)"
37disabled = false
38
39[username]
40format = "[$user]($style) "