6 lines
100 B
Python
6 lines
100 B
Python
|
c = get_config()
|
||
|
|
||
|
c.InteractiveShellApp.extensions = [
|
||
|
'powerline.bindings.ipython.post_0_11'
|
||
|
]
|