dotfiles/.config/starship.toml

59 lines
834 B
TOML
Raw Normal View History

2020-09-28 13:43:50 +02:00
add_newline = true
2020-09-27 16:38:35 +02:00
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]
2020-09-28 13:43:50 +02:00
disabled = false
2020-09-27 16:38:35 +02:00
[directory]
2020-09-28 13:43:50 +02:00
fish_style_pwd_dir_length = 2
2020-09-27 16:38:35 +02:00
truncation_length = 1
truncate_to_repo = false
style = "bold"