diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-23 08:46:40 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-23 08:46:40 -0500 |
| commit | 5fab93bf6c853f0f37d30f9cb91a0760d3e006cb (patch) | |
| tree | f1d69f20fa36b2998ee9774074c6f5d0b10a4776 /config/powerline/themes/ipython/rewrite.json | |
| parent | 400b7c363c615dca6674a0381122d35f0949b6e6 (diff) | |
| parent | 577b791c99b07471ec27e1f9c09e756a6f1da0cd (diff) | |
Merge branch 'master' of github.com:benbeltran/dotfiles
Diffstat (limited to 'config/powerline/themes/ipython/rewrite.json')
| -rw-r--r-- | config/powerline/themes/ipython/rewrite.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/config/powerline/themes/ipython/rewrite.json b/config/powerline/themes/ipython/rewrite.json new file mode 100644 index 0000000..47d8de0 --- /dev/null +++ b/config/powerline/themes/ipython/rewrite.json @@ -0,0 +1,23 @@ +{ + "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"] + } + ] + } +} |