rewrite.json 379 B

1234567891011121314151617181920212223
  1. {
  2. "segments": {
  3. "left": [
  4. {
  5. "type": "string",
  6. "contents": "",
  7. "draw_soft_divider": false,
  8. "width": "auto",
  9. "highlight_group": ["prompt"]
  10. },
  11. {
  12. "name": "prompt_count",
  13. "module": "powerline.segments.ipython",
  14. "draw_soft_divider": false
  15. },
  16. {
  17. "type": "string",
  18. "contents": ">",
  19. "highlight_group": ["prompt"]
  20. }
  21. ]
  22. }
  23. }