65 lines
697 B
TOML
65 lines
697 B
TOML
format = """
|
||
$username\
|
||
$hostname\
|
||
$shlvl\
|
||
$kubernetes\
|
||
$directory\
|
||
$git_branch\
|
||
$git_commit\
|
||
$git_state\
|
||
$git_status\
|
||
$hg_branch\
|
||
$docker_context\
|
||
$package\
|
||
$cmake\
|
||
$dart\
|
||
$dotnet\
|
||
$elixir\
|
||
$elm\
|
||
$erlang\
|
||
$golang\
|
||
$helm\
|
||
$java\
|
||
$julia\
|
||
$kotlin\
|
||
$nim\
|
||
$nodejs\
|
||
$ocaml\
|
||
$perl\
|
||
$php\
|
||
$purescript\
|
||
$python\
|
||
$ruby\
|
||
$rust\
|
||
$swift\
|
||
$terraform\
|
||
$zig\
|
||
$nix_shell\
|
||
$conda\
|
||
$memory_usage\
|
||
$aws\
|
||
$gcloud\
|
||
$openstack\
|
||
$env_var\
|
||
$crystal\
|
||
$custom\
|
||
$cmd_duration\
|
||
$line_break\
|
||
$lua\
|
||
$jobs\
|
||
$battery\
|
||
$time\
|
||
$status\
|
||
$character"""
|
||
|
||
[python]
|
||
symbol = " "
|
||
|
||
[directory]
|
||
truncate_to_repo = false
|
||
|
||
[character]
|
||
success_symbol = "[❯](bold green)"
|
||
error_symbol = "[❯](bold red)"
|
||
vicmd_symbol = "[N](bold green)"
|