dot/ipython-config.py: Turn off `greedy' completion.
[profile] / dot / ipython-config.py
CommitLineData
27be52b3
MW
1### -*-python -*-
2
3c = get_config()
4
5c.InteractiveShell.autocall = 0
6c.InteractiveShell.autoindent = True
7c.InteractiveShell.automagic = False
8
9c.InteractiveShell.color_info = True
10c.InteractiveShell.colors = 'Linux'
11
27be52b3 12c.TerminalIPythonApp.display_banner = False
27be52b3 13c.TerminalInteractiveShell.confirm_exit = False