Makefile: Use single-colon rules for `all'.
[profile] / dot / ipython-config.py
index ac08c66..1a8c25b 100644 (file)
@@ -18,6 +18,7 @@ c.InteractiveShell.colors = 'Linux'
 c.TerminalIPythonApp.display_banner = False
 c.TerminalInteractiveShell.confirm_exit = False
 c.TerminalInteractiveShell.display_completions = 'readlinelike'
+c.TerminalInteractiveShell.term_title = False
 
 ## Syntax colouring.
 if PYG and getattr(PYG, 'token', None):