rewrite.json 388 B

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