dotfiles/fish/.config/starship.toml

98 lines
1.3 KiB
TOML
Raw Normal View History

# _
# ___ _ __ (_) ___ ___ _ __ _ __
# / _ \| '__|| | / __| / _ \ | '_ \ | '__|
# | __/| | | || (__ | (_) || | | || |
# \___||_| |_| \___| \___/ |_| |_||_|
#
2019-12-08 18:26:03 -06:00
add_newline = false
format = """
$username\
$hostname\
$shlvl\
$kubernetes\
$directory\
$git_branch\
$git_commit\
$git_state\
$hg_branch\
$docker_context\
$package\
$dart\
$dotnet\
$elixir\
$elm\
$erlang\
$golang\
$helm\
$java\
$julia\
$nim\
$nodejs\
$ocaml\
$perl\
$php\
$purescript\
$python\
$ruby\
$rust\
$swift\
$terraform\
$zig\
$nix_shell\
$conda\
$memory_usage\
$aws\
$gcloud\
$env_var\
$crystal\
$cmd_duration\
$custom\
$line_break\
$jobs\
$battery\
$time\
$status\
$character"""
2019-12-08 18:26:03 -06:00
[character]
format = "$symbol "
success_symbol = "[➜](bold green)"
error_symbol = "[➜](bold red)"
2019-12-08 18:26:03 -06:00
[directory]
truncation_length = 1
fish_style_pwd_dir_length = 1
[git_branch]
symbol = ""
[git_status]
modified_count.enabled = true
modified_count.style = "green"
staged_count.enabled = true
show_sync_count = true
2019-12-13 08:47:51 -06:00
[package]
style="bright-green"
[golang]
format="$symbol"
2019-12-13 08:47:51 -06:00
style="bold yellow"
[java]
format="$symbol"
[perl]
format="$symbol"
[python]
format="$symbol"
2019-12-13 08:47:51 -06:00
[rust]
format="$symbol"
2019-12-13 08:47:51 -06:00
2019-12-08 18:26:03 -06:00
[line_break]
disabled = true