Skip to content

Instantly share code, notes, and snippets.

@rhemz
Created October 15, 2021 14:18
Show Gist options
  • Save rhemz/43bde7f6d67ab86d9c22a6f0ce9c3e0b to your computer and use it in GitHub Desktop.
Save rhemz/43bde7f6d67ab86d9c22a6f0ce9c3e0b to your computer and use it in GitHub Desktop.
# Inserts a blank line between shell prompts
add_newline = true
# Replace the "❯" symbol in the prompt with "➜"
[character]
success_symbol = "[➜](bold green)"
# success_symbol = "[λ](bold green)"
[aws]
format = "on [$symbol$profile]($style) "
style = "bold blue"
symbol = "🅰 "
[git_branch]
# symbol = "🌱 "
truncation_length = 6
truncation_symbol = "…"
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
cherry_pick = "[🍒 PICKING](bold red)"
[git_status]
conflicted = "🏳"
ahead = "🏎💨"
behind = "😰"
diverged = "😵"
up_to_date = "✓"
untracked = "🤷‍"
stashed = "📦"
modified = "📝"
staged = '[++\($count\)](green)'
renamed = "👅"
deleted = "🗑"
# [hostname]
# ssh_only = false
# format = "@ [$hostname](bold blue) "
# disabled = false
[directory]
truncation_length = 100
truncate_to_repo = false
# style = " yellow"
format = "[:$path]($style)[$read_only]($read_only_style) "
[kubernetes]
format = '[⛵ $context \($namespace\)](dimmed green) '
disabled = false
[kubernetes.context_aliases]
"dev.local.cluster.k8s" = "local"
"do-nyc3-rhemz-nyc3" = "do-rhemz"
[golang]
format = "via [🏎💨 $version](bold cyan) "
[username]
style_user = "white bold"
style_root = "black bold"
format = "u:[$user]($style) "
disabled = false
show_always = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment