]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - init.sage
eja: rename operator_inner_product -> operator_trace inner_product.
[sage.d.git] / init.sage
index 01f53f515785d587c5a337430ab684adb7938f29..6d52b853ccf914811c72d9793ff6f06b55ca64d3 100644 (file)
--- a/init.sage
+++ b/init.sage
@@ -7,4 +7,5 @@ site.addsitedir( os.path.expanduser('~/src/sage.d.git') )
 
 from mjo.all import *
 
-%colors NoColor
+# Tell ipython we don't want its stupid "GUI" completion list.
+%config TerminalInteractiveShell.display_completions = 'readlinelike'