format = """ $time\ [](bg:purple fg:blue)\ $sudo$username$hostname$docker_context$python\ [](bg:green fg:purple)\ $directory\ [](bg:red fg:green)\ $git_branch$git_state$git_status\ [](bg:#454158 fg:red)\ $fill\ [](bg:yellow fg:#454158)\ $cmd_duration\ [](bg:red fg:yellow)\ $status\ [](bg:black fg:red)\ $shell\ [](bg:cyan fg:black)\ $jobs\ [](cyan) $character """ continuation_prompt = "[](fg:#454158 bg:blue)[](blue) " [character] success_symbol = "[](fg:#454158 bg:green)[](green)" error_symbol = "[](fg:#454158 bg:red)[](red)" vicmd_symbol = "[](fg:#454158 bg:cyan)[](cyan)" [cmd_duration] min_time = 0 show_milliseconds = true style = "bg:yellow fg:black" format = "[$duration]($style)" [directory] read_only = "" truncation_length = 8 truncation_symbol = "…/" style = "bg:green fg:black" format = "[$read_only$path]($style)" [docker_context] style = "bg:purple" symbol = "" format = "[ $symbol$context]($style)" [fill] style = "bg:#454158" symbol = " " [git_branch] symbol = "" style = "bg:red fg:black" format = '[ $symbol $branch ]($style)' [git_commit] style = "bg:red fg:black" tag_disabled = false tag_symbol = " " format = '[\($hash$tag\) ]($style)' [git_state] style = "bg:red fg:bold black" format = '[\($state $progress_current/$progress_total\) ]($style)' [git_status] style = "bg:red fg:black" format = '[\[$all_status$ahead_behind\]]($style)' [hostname] ssh_only = false style = "bg:purple" format = "[@$hostname]($style)" trim_at = "" [jobs] number_threshold = 1 style = "bg:cyan fg:black" symbol = "" format = "[$symbol$number]($style)" [python] style = "bg:purple" format = '[ \($virtualenv $version\)]($style)' detect_extensions = [] detect_files = [] [shell] bash_indicator = '\$' fish_indicator = "" zsh_indicator = '%%' powershell_indicator = "" unknown_indicator = "" style = "bg:black fg:white" format = '[$indicator]($style)' disabled = false [sudo] style = "bg:purple" symbol = "" format = "[$symbol]($style)" disabled = false [status] disabled = false style = "bg:red fg:black" format = "[$status]($style)" [time] disabled = false style = "bg:blue" format = "[$time]($style)" [username] show_always = true style_user = "bg:purple" style_root = "bg:purple underline" format = "[$user]($style)"