chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eef6be3
)
dot/ipython-config.py: Prevent `IPython' from changing the terminal title.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 23 Apr 2020 12:43:39 +0000
(13:43 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/ipython-config.py
b/dot/ipython-config.py
index ac08c66eac99b9a9316c3168bd245bd929d9fa82..1a8c25b175fd414b8fc2b83c788f24cc3c1d480b 100644
(file)
--- a/
dot/ipython-config.py
+++ b/
dot/ipython-config.py
@@
-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):