homes/common/.config/ipython/profile_default/ipython_config.py

6 lines
100 B
Python
Raw Normal View History

c = get_config()
c.InteractiveShellApp.extensions = [
'powerline.bindings.ipython.post_0_11'
]