diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-13 11:38:29 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-13 11:38:29 +0100 |
| commit | 227bbf9f52821f8bfbfec16119465c6ce95822dc (patch) | |
| tree | 90c6f48e58743d39416c6e8fa070fae5c7bd30d3 /config/powerline/themes/ipython/in.json | |
| parent | f7a3f46f8c0f2a6ae4ec8a2c284a8ac3e2b7cde3 (diff) | |
Remove powerline config
Diffstat (limited to 'config/powerline/themes/ipython/in.json')
| -rw-r--r-- | config/powerline/themes/ipython/in.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/config/powerline/themes/ipython/in.json b/config/powerline/themes/ipython/in.json deleted file mode 100644 index ac979c5..0000000 --- a/config/powerline/themes/ipython/in.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "default_module": "powerline.segments.common", - "segments": { - "left": [ - { - "name": "virtualenv" - }, - { - "type": "string", - "contents": "In[", - "draw_soft_divider": false, - "highlight_group": ["prompt"] - }, - { - "name": "prompt_count", - "module": "powerline.segments.ipython", - "draw_soft_divider": false - }, - { - "type": "string", - "contents": "]", - "highlight_group": ["prompt"] - } - ] - } -} |