Created
December 23, 2020 17:01
-
-
Save spy16/671fd4a1c1effc7c6c0cb9703d24c489 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
format = """ | |
$directory($rust$package$golang$python$ruby$git_branch$git_status$git_state$status)$cmd_duration$character | |
""" | |
scan_timeout = 10 | |
add_newline = false | |
[cmd_duration] | |
min_time = 500 | |
format = "( π [$duration](bold yellow))" | |
[directory] | |
truncation_length = 15 | |
truncation_symbol = "../" | |
format="[$path]($style)( [$read_only]($read_only_style))" | |
read_only="π" | |
truncate_to_repo=true | |
[character] | |
success_symbol = " [β―](bold green)" | |
[git_branch] | |
symbol = "ο " | |
format = " [$symbol$branch]($style)" | |
[git_status] | |
format = '( [\[$all_status$ahead_behind\]]($style))' | |
conflicted="βοΈ " | |
diverged = "𧨠β‘${ahead_count} β£${behind_count}" | |
ahead = "β‘${count}" | |
behind = "β£${count}" | |
staged = "+" | |
modified = "*" | |
[git_state] | |
format = '[\($state( $progress_current/$progress_total)\)]($style)' | |
cherry_pick = "[π](bold red)" | |
rebase= "π" | |
merge = "π€" | |
[status] | |
symbol = "" | |
format = '( π€¦[$symbol$status ]($style))' | |
disabled = false | |
[package] | |
format = "( [$version](208 bold))" | |
[golang] | |
symbol = "ξ§" | |
format = " [$symbol]($style)" | |
[python] | |
symbol = "π" | |
format='[${symbol}${pyenv_prefix}( \($virtualenv\))]($style)' | |
[ruby] | |
symbol = "π" | |
format = "[$symbol]($style) " | |
[rust] | |
symbol="π¦" | |
format = " [$symbol](red bold)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment