Created
September 10, 2019 02:31
-
-
Save indygwyn/9c16fc75133b6be88439d6db565e40ff to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| add_newline = false | |
| [character] | |
| symbol = "" | |
| error_symbol = "✖" | |
| vicmd_symbol = "" | |
| use_symbol_for_status = true | |
| [cmd_duration] | |
| min_time = 4 | |
| [directory] | |
| truncation_length = 8 | |
| [git_branch] | |
| symbol = "" | |
| truncation_length = "4" | |
| truncation_symbol = "" | |
| [git_state] | |
| #progress_divider = " of " | |
| #cherry_pick = "🍒 PICKING" | |
| [git_status] | |
| #conflicted = "🏳" | |
| #ahead = "🏎💨" | |
| #behind = "😰" | |
| #diverged = "😵" | |
| #untracked = "🤷" | |
| #stashed = "📦" | |
| #modified = "📝" | |
| #staged = "➕" | |
| #renamed = "👅" | |
| #deleted = "🗑" | |
| [hostname] | |
| ssh_only = true | |
| #prefix = "⟪" | |
| #suffix = "⟫" | |
| [username] | |
| [package] | |
| #symbol = "🎁 " | |
| [rust] | |
| symbol = "⚙️ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment