Skip to content

Instantly share code, notes, and snippets.

@localmin
Created August 1, 2020 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save localmin/50feade322d4b5ef0c6c9e567bb9dd8a to your computer and use it in GitHub Desktop.
Save localmin/50feade322d4b5ef0c6c9e567bb9dd8a to your computer and use it in GitHub Desktop.
# Disable the newline at the start of the prompt
add_newline = false
[character]
symbol = "( ╹◡╹)"
style_success = "green"
style_failure= "red"
[battery]
full_symbol = "🔋"
charging_symbol = "⚡️"
discharging_symbol = "💀"
[[battery.display]]
threshold = 10
style = "bold red"
[[battery.display]]
threshold = 30
style = "bold yellow"
[directory]
truncation_length = 20
style = "172"
[git_status]
conflicted = "💀"
conflicted_count.enabled = true
conflicted_count.style = "green"
ahead = "🏎💨"
behind = "😰"
diverged = "😵"
untracked = "🤷‍"
untracked_count.enabled = true
untracked_count.style = "green"
stashed = "📦"
modified = "📝"
modified_count.enabled = true
modified_count.style = "green"
staged.value = "+"
staged.style = "green"
staged_count.enabled = true
staged_count.style = "green"
renamed = "👅"
deleted = "🗑"
[docker_context]
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment