Created
August 1, 2020 05:39
-
-
Save localmin/50feade322d4b5ef0c6c9e567bb9dd8a 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
# 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