|
|
@ -6,6 +6,7 @@ format = """\
|
|
|
|
$git_commit\
|
|
|
|
$git_commit\
|
|
|
|
$git_state\
|
|
|
|
$git_state\
|
|
|
|
$git_status\
|
|
|
|
$git_status\
|
|
|
|
|
|
|
|
$python \
|
|
|
|
$time \
|
|
|
|
$time \
|
|
|
|
$line_break\
|
|
|
|
$line_break\
|
|
|
|
$cmd_duration\
|
|
|
|
$cmd_duration\
|
|
|
@ -36,6 +37,10 @@ style = "yellow"
|
|
|
|
modified = "±"
|
|
|
|
modified = "±"
|
|
|
|
format = "[$conflicted$deleted$renamed$modified$staged$ahead_behind]($style) "
|
|
|
|
format = "[$conflicted$deleted$renamed$modified$staged$ahead_behind]($style) "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[python]
|
|
|
|
|
|
|
|
format = '[(\($virtualenv\))]($style)'
|
|
|
|
|
|
|
|
python_binary = ["python3", "python", "python2"]
|
|
|
|
|
|
|
|
|
|
|
|
[time]
|
|
|
|
[time]
|
|
|
|
disabled = false
|
|
|
|
disabled = false
|
|
|
|
style = "purple"
|
|
|
|
style = "purple"
|
|
|
|