Created
November 20, 2019 20:22
-
-
Save RupGautam/decaf5848cb20598dbd0c6d2a193a0b8 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
[character] | |
use_symbol_for_status = true # Show "✖" when the command faild | |
[hostname] | |
ssh_only = false | |
prefix = "❮ " | |
suffix = "❯" | |
style = "bold dimmed white" | |
disabled = true | |
[username] | |
style_user = "bold dimmed blue" | |
show_always = true | |
[directory] | |
truncation_length = 5 | |
[git_branch] | |
symbol = "🍣 " | |
style = "bold yellow" | |
[git_status] | |
conflicted = "⚔️ " | |
ahead = "🏎️ 💨 " | |
behind = "🐢 " | |
diverged = "🔱 " | |
untracked = "🛤️ " | |
stashed = "📦 " | |
modified = "📝 " | |
staged = "🗃️ " | |
renamed = "📛 " | |
deleted = "🗑️ " | |
prefix = "with " | |
suffix = "" | |
style = "bright-white" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment