in.json 457 B

1234567891011121314151617181920212223242526
  1. {
  2. "default_module": "powerline.segments.common",
  3. "segments": {
  4. "left": [
  5. {
  6. "function": "virtualenv",
  7. "priority": 10
  8. },
  9. {
  10. "type": "string",
  11. "contents": "In [",
  12. "draw_soft_divider": false,
  13. "highlight_group": ["prompt"]
  14. },
  15. {
  16. "function": "powerline.segments.ipython.prompt_count",
  17. "draw_soft_divider": false
  18. },
  19. {
  20. "type": "string",
  21. "contents": "]",
  22. "highlight_group": ["prompt"]
  23. }
  24. ]
  25. }
  26. }