X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/a9e7b214b508f76c26b937f8342c7896854f38f9..27be52b373f52ddb158bdd24648769c20d206c4b:/dot/ipython_config.py?ds=sidebyside diff --git a/dot/ipython_config.py b/dot/ipython_config.py new file mode 100644 index 0000000..f57feec --- /dev/null +++ b/dot/ipython_config.py @@ -0,0 +1,16 @@ +### -*-python -*- + +c = get_config() + +c.InteractiveShell.autocall = 0 +c.InteractiveShell.autoindent = True +c.InteractiveShell.automagic = False + +c.InteractiveShell.color_info = True +c.InteractiveShell.colors = 'Linux' + +c.Completer.greedy = True + +c.TerminalIPythonApp.display_banner = False +c.InteractiveShellApp.ignore_old_config=True +c.TerminalInteractiveShell.confirm_exit = False