dotfiles/.config/starship.toml
2020-09-27 16:38:35 +02:00

57 lines
804 B
TOML

add_newline = false
prompt_order = [
"username",
"hostname",
"kubernetes",
"directory",
"git_branch",
"git_commit",
"git_state",
"git_status",
"hg_branch",
"docker_context",
"package",
"dotnet",
"elixir",
"elm",
"erlang",
"golang",
"java",
"julia",
"kubernetes",
"nim",
"nodejs",
"ocaml",
"php",
"purescript",
"python",
"ruby",
"rust",
"terraform",
"zig",
"nix_shell",
"conda",
"memory_usage",
"aws",
"env_var",
"crystal",
"cmd_duration",
"custom",
"line_break",
"jobs",
"battery",
"time",
"character",
]
[character]
symbol = "%%"
[line_break]
disabled = true
[directory]
truncation_length = 1
truncate_to_repo = false
style = "bold"