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

  1. format = """
  2. $cmd_duration\
  3. $git_branch\
  4. $git_status\
  5. $username\
  6. @\
  7. $directory\
  8. $line_break\
  9. $character\
  10. """
  11. add_newline = false
  12. [line_break]
  13. disabled = false
  14. [jobs]
  15. format = "[\\[$number\\]]($style) "
  16. style = "242"
  17. number_threshold = 1
  18. symbol_threshold = 2
  19. [character]
  20. success_symbol = '[#](blue)'
  21. error_symbol = '[#](red)'
  22. vicmd_symbol = '[#](blue)'
  23. [cmd_duration]
  24. format = "\\[[$duration]($style)\\] "
  25. style = "150"
  26. [fill]
  27. symbol = ' '
  28. style = 'black'
  29. [git_branch]
  30. format = "[$branch]($style)"
  31. style = "242"
  32. [git_status]
  33. format = " [$modified]($style) "
  34. style = "242"
  35. conflicted = ""
  36. untracked = ""
  37. modified = "+"
  38. staged = ""
  39. renamed = ""
  40. deleted = ""
  41. stashed = ""
  42. [hostname]
  43. format = "[$hostname]($style)"
  44. ssh_only = false
  45. style = "150"
  46. [username]
  47. style_user = 'white bold'
  48. style_root = 'black bold'
  49. format = '[$user]($style)'
  50. disabled = false
  51. show_always = true
  52. [directory]
  53. style = "blue"
  54. truncate_to_repo = false
  55. truncation_length = 10
  56. truncation_symbol = "…/"