Skip to content

Instantly share code, notes, and snippets.

@marcoceppi
Created June 21, 2023 03:33
Show Gist options
  • Save marcoceppi/3cef936a7914e419b99618b76c31f5bb to your computer and use it in GitHub Desktop.
Save marcoceppi/3cef936a7914e419b99618b76c31f5bb to your computer and use it in GitHub Desktop.
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\
"""
[aws]
symbol = " "
[battery]
full_symbol = ""
charging_symbol = ""
discharging_symbol = ""
[character]
success_symbol = "[\\$](bold green)"
error_symbol = "[\\$](bold red)"
[cmd_duration]
disabled = true
[conda]
symbol = " "
[directory]
truncation_length = 8
[docker_context]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[git_branch]
format = "[$symbol$branch]($style) "
symbol = " "
[golang]
symbol = " "
[hg_branch]
symbol = " "
[java]
symbol = " "
[julia]
symbol = " "
[kubernetes]
disabled = false
[memory_usage]
symbol = " "
[nim]
symbol = " "
[nix_shell]
symbol = " "
[nodejs]
symbol = " "
[package]
symbol = " "
[php]
symbol = " "
[python]
symbol = " "
[ruby]
symbol = " "
[rust]
symbol = " "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment