dot/ipython-config.py: Rename from `dot/ipython_config.py'.
[profile] / dot / ipython_config.py
diff --git a/dot/ipython_config.py b/dot/ipython_config.py
deleted file mode 100644 (file)
index f57feec..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-### -*-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