4 lines
133 B
Python
4 lines
133 B
Python
|
c = get_config()
|
||
|
c.InteractiveShellApp.extensions = ['powerline.bindings.ipython.post_0_11']
|
||
|
c.TerminalInteractiveShell.autocall = 1
|