Created
March 27, 2023 21:38
-
-
Save marcoceppi/86dfabbc567a4ba9416bd8789c0a2a05 to your computer and use it in GitHub Desktop.
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\ | |
$kubernetes\ | |
$git_branch\ | |
$git_commit\ | |
$git_state\ | |
$git_status\ | |
$hg_branch\ | |
$docker_context\ | |
$package\ | |
$dotnet\ | |
$elixir\ | |
$elm\ | |
$erlang\ | |
$golang\ | |
$helm\ | |
$java\ | |
$julia\ | |
$nim\ | |
$nodejs\ | |
$ocaml\ | |
$php\ | |
$purescript\ | |
$python\ | |
$ruby\ | |
$rust\ | |
$terraform\ | |
$zig\ | |
$nix_shell\ | |
$conda\ | |
$memory_usage\ | |
$aws\ | |
$env_var\ | |
$crystal\ | |
$cmd_duration\ | |
$custom\ | |
$jobs\ | |
$battery\ | |
$time\ | |
$line_break\ | |
$directory\ | |
$character\ | |
""" | |
[git_branch] | |
format = "[$symbol$branch]($style) " | |
[kubernetes] | |
disabled = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment