dot/ipython-config.py: Prevent `IPython' from changing the terminal title.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 23 Apr 2020 12:43:39 +0000 (13:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 23 Apr 2020 12:43:39 +0000 (13:43 +0100)
It doesn't have anything useful to say.

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):