update starship stuff

chezmoi
sgoudham 2 years ago
parent 325fcc1548
commit faa1034aed
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -1,9 +1,94 @@
# Get editor completions based on the config schema # Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json' "$schema" = 'https://starship.rs/config-schema.json'
# format = """ format = """
# [┌](bold green)\\$all ${custom.top}\
# [└ $](bold green) """ $username\
$hostname\
$localip\
$shlvl\
$singularity\
$kubernetes\
$directory\
$vcsh\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$hg_branch\
$docker_context\
$package\
$c\
$cmake\
$cobol\
$daml\
$dart\
$deno\
$dotnet\
$elixir\
$elm\
$erlang\
$golang\
$haskell\
$helm\
$java\
$julia\
$kotlin\
$lua\
$nim\
$nodejs\
$ocaml\
$perl\
$php\
$pulumi\
$purescript\
$python\
$raku\
$rlang\
$red\
$ruby\
$rust\
$scala\
$swift\
$terraform\
$vlang\
$vagrant\
$zig\
$buf\
$nix_shell\
$conda\
$meson\
$spack\
$memory_usage\
$aws\
$gcloud\
$openstack\
$azure\
$env_var\
$crystal\
$custom\
$sudo\
$cmd_duration\
$line_break\
$jobs\
$battery\
$time\
$status\
$container\
$shell\
${custom.bottom}\
$character"""
[custom.top]
symbol = "┌ "
style = "bold black"
when = true
[custom.bottom]
symbol = "└ "
style = "bold black"
when = true
[character] # The name of the module we are configuring is "character" [character] # The name of the module we are configuring is "character"
success_symbol = "[\\$](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green" success_symbol = "[\\$](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
@ -74,9 +159,6 @@ style = "#74c7ec bold"
symbol = " " symbol = " "
[memory_usage] [memory_usage]
# disabled = false
# threshold = -1
# style = "bold dimmed green"
style = "#74c7ec bold" style = "#74c7ec bold"
symbol = " " symbol = " "

Loading…
Cancel
Save