homes/common/.config/powerline/themes/ipython/rewrite.json
Christophe Buffenoir 809b641f51 Powerline config.
2013-05-02 23:36:55 +02:00

23 lines
379 B
JSON

{
"segments": {
"left": [
{
"type": "string",
"contents": "",
"draw_soft_divider": false,
"width": "auto",
"highlight_group": ["prompt"]
},
{
"name": "prompt_count",
"module": "powerline.segments.ipython",
"draw_soft_divider": false
},
{
"type": "string",
"contents": ">",
"highlight_group": ["prompt"]
}
]
}
}