|
|
@ -13,13 +13,11 @@ format = """\
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
[username]
|
|
|
|
[username]
|
|
|
|
show_always = true
|
|
|
|
|
|
|
|
style = "green"
|
|
|
|
style = "green"
|
|
|
|
style_user = "green"
|
|
|
|
style_user = "green"
|
|
|
|
format = "[$user]($style) "
|
|
|
|
format = "[$user]($style) "
|
|
|
|
|
|
|
|
|
|
|
|
[hostname]
|
|
|
|
[hostname]
|
|
|
|
ssh_only = false
|
|
|
|
|
|
|
|
style = "blue"
|
|
|
|
style = "blue"
|
|
|
|
format = "[$hostname]($style) "
|
|
|
|
format = "[$hostname]($style) "
|
|
|
|
|
|
|
|
|
|
|
@ -41,7 +39,6 @@ format = "[$conflicted$deleted$renamed$modified$staged$ahead_behind]($style) "
|
|
|
|
|
|
|
|
|
|
|
|
[time]
|
|
|
|
[time]
|
|
|
|
disabled = false
|
|
|
|
disabled = false
|
|
|
|
use_12hr = true
|
|
|
|
|
|
|
|
style = "purple"
|
|
|
|
style = "purple"
|
|
|
|
time_format = "%F %I:%M%p"
|
|
|
|
time_format = "%F %I:%M%p"
|
|
|
|
format = "[$time]($style)"
|
|
|
|
format = "[$time]($style)"
|
|
|
|