Skip to content

Instantly share code, notes, and snippets.

@MarkusWendorf
Created December 6, 2021 23:34
Show Gist options
  • Save MarkusWendorf/c920b6470322887b79cd8150cb862a22 to your computer and use it in GitHub Desktop.
Save MarkusWendorf/c920b6470322887b79cd8150cb862a22 to your computer and use it in GitHub Desktop.
Starship Config
format = """
$username\
$hostname\
$shlvl\
$singularity\
$kubernetes\
$directory\
$vcsh\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$hg_branch\
$docker_context\
$dart\
$deno\
$dotnet\
$elixir\
$elm\
$erlang\
$golang\
$helm\
$java\
$julia\
$kotlin\
$lua\
$nim\
$nodejs\
$ocaml\
$python\
$rust\
$scala\
$swift\
$terraform\
$memory_usage\
$aws\
$gcloud\
$openstack\
$env_var\
$custom\
$cmd_duration\
$line_break\
$jobs\
$battery\
$time\
$status\
$shell\
$character"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment