You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
983 B
67 lines
983 B
format = """
|
|
$cmd_duration\
|
|
$git_branch\
|
|
$git_status\
|
|
$username\
|
|
@\
|
|
$directory\
|
|
$line_break\
|
|
$character\
|
|
"""
|
|
|
|
add_newline = false
|
|
|
|
[line_break]
|
|
disabled = false
|
|
|
|
[jobs]
|
|
format = "[\\[$number\\]]($style) "
|
|
style = "242"
|
|
number_threshold = 1
|
|
symbol_threshold = 2
|
|
|
|
[character]
|
|
success_symbol = '[#](blue)'
|
|
error_symbol = '[#](red)'
|
|
vicmd_symbol = '[#](blue)'
|
|
|
|
[cmd_duration]
|
|
format = "\\[[$duration]($style)\\] "
|
|
style = "150"
|
|
|
|
[fill]
|
|
symbol = ' '
|
|
style = 'black'
|
|
|
|
[git_branch]
|
|
format = "[$branch]($style)"
|
|
style = "242"
|
|
|
|
[git_status]
|
|
format = " [$modified]($style) "
|
|
style = "242"
|
|
conflicted = ""
|
|
untracked = ""
|
|
modified = "+"
|
|
staged = ""
|
|
renamed = ""
|
|
deleted = ""
|
|
stashed = ""
|
|
|
|
[hostname]
|
|
format = "[$hostname]($style)"
|
|
ssh_only = false
|
|
style = "150"
|
|
|
|
[username]
|
|
style_user = 'white bold'
|
|
style_root = 'black bold'
|
|
format = '[$user]($style)'
|
|
disabled = false
|
|
show_always = true
|
|
|
|
[directory]
|
|
style = "blue"
|
|
truncate_to_repo = false
|
|
truncation_length = 10
|
|
truncation_symbol = "…/"
|