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.

64 lines
932 B

  1. format = """
  2. $jobs\
  3. $username\
  4. $character\
  5. """
  6. right_format = """
  7. $cmd_duration\
  8. $directory\
  9. $git_branch\
  10. $git_status\
  11. $hostname\
  12. """
  13. add_newline = 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. [directory]
  27. style = "blue"
  28. truncate_to_repo = false
  29. truncation_length = 10
  30. truncation_symbol = "…/"
  31. [git_branch]
  32. format = "[$branch]($style)"
  33. style = "242"
  34. [git_status]
  35. format = " [$modified]($style)"
  36. style = "242"
  37. conflicted = ""
  38. untracked = ""
  39. modified = "+"
  40. staged = ""
  41. renamed = ""
  42. deleted = ""
  43. stashed = ""
  44. [hostname]
  45. format = "[$hostname]($style)"
  46. ssh_only = true
  47. style = "150"
  48. [username]
  49. style_user = 'white bold'
  50. style_root = 'black bold'
  51. format = '[$user]($style) '
  52. disabled = false
  53. show_always = true