Files
dotfiles/starship.toml

95 lines
1.8 KiB
TOML

command_timeout = 500
format = "$username$hostname: $directory$git_branch$python$aws$time$cmd_duration$character"
[line_break]
disabled = true
[character]
success_symbol = "[➜](bold green) "
error_symbol = "[✗](bold red) "
[cmd_duration]
min_time = 500
format = "took [$duration](bold yellow) "
[env_var.SHELL]
variable = "SHELL"
default = "unknown shell"
[env_var.USER]
default = "unknown user"
[username]
style_user = "blue bold"
style_root = "red bold"
format = "[$user]($style)"
disabled = false
show_always = true
[hostname]
ssh_only = false
format = "[$ssh_symbol](bold blue) on [$hostname](bold yellow) "
trim_at = ".companyname.com"
disabled = false
[directory]
read_only = " "
truncation_length = 8
truncation_symbol = "…/"
use_os_path_sep = true
[shell]
fish_indicator = ""
powershell_indicator = "_"
unknown_indicator = "mystery shell"
style = "cyan bold"
disabled = false
[status]
style = "bg:blue"
symbol = "🔴 "
success_symbol = "🟢 SUCCESS"
format = '[\[$symbol$common_meaning$signal_name$maybe_int\]]($style) '
map_symbol = true
disabled = false
[aws]
disabled = true
format = ' AWS:[$symbol($profile )(\($region\))]($style)'
style = "bold blue"
#symbol = "\xe2\x98\x81\xef\xb8\x8f"
[aws.region_aliases]
us-west-1 = "us-west-1"
us-east-1 = "va"
[container]
format = "[$symbol \\[$name\\]]($style) "
[git_branch]
symbol = "  "
style = "bold #e8ec00 inverted"
format = "on [$symbol$branch ]($style) "
[git_commit]
disabled = false
[git_state]
disabled = false
[git_status]
disabled = false
[kubernetes]
format = 'on [☸ $context \($namespace\)](dimmed green) '
disabled = false
#[kubernetes.context_aliases]
#"dev.local.cluster.k8s" = "dev"
[package]
disabled = true
[python]
format = '[${symbol}${pyenv_prefix}(${version} )(\($virtualenv\))]($style)'
symbol = "🐍 "
pyenv_version_name = true