From 75a6977d066445f43fdb0ed35b7ab8398fdc917d Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 16 Apr 2013 01:22:46 -0500 Subject: Use the newer powerline. --- config/powerline/themes/ipython/in2.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/powerline/themes/ipython/in2.json (limited to 'config/powerline/themes/ipython/in2.json') diff --git a/config/powerline/themes/ipython/in2.json b/config/powerline/themes/ipython/in2.json new file mode 100644 index 0000000..601fc9e --- /dev/null +++ b/config/powerline/themes/ipython/in2.json @@ -0,0 +1,13 @@ +{ + "default_module": "powerline.segments.common", + "segments": { + "left": [ + { + "type": "string", + "contents": "", + "width": "auto", + "highlight_group": ["prompt"] + } + ] + } +} -- cgit