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.

68 lines
1006 B

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