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.

56 lines
793 B

  1. format = """
  2. $jobs\
  3. $character\
  4. """
  5. right_format = """
  6. $cmd_duration\
  7. $directory\
  8. $git_branch\
  9. $git_status\
  10. $hostname\
  11. """
  12. add_newline = false
  13. [jobs]
  14. format = "[\\[$number\\]]($style) "
  15. style = "242"
  16. number_threshold = 1
  17. symbol_threshold = 2
  18. [character]
  19. success_symbol = "[%](blue)"
  20. error_symbol = "[%](red)"
  21. vicmd_symbol = "[%](blue)"
  22. [cmd_duration]
  23. format = "[$duration]($style) "
  24. style = "150"
  25. [directory]
  26. style = "blue"
  27. truncate_to_repo = false
  28. truncation_length = 10
  29. truncation_symbol = "…/"
  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 = true
  46. style = "150"