Created
December 6, 2021 23:34
-
-
Save MarkusWendorf/c920b6470322887b79cd8150cb862a22 to your computer and use it in GitHub Desktop.
Starship Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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