summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-02-26 18:29:44 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-02-26 18:29:44 +0100
commitc2fc9a333a81bd54ceb33b465175a09bf3c0b049 (patch)
tree1c799955245a2d8de0fad406bb7ddbec570b7f1f
parent445dce213ca5bf4e1ae46240bd1202c661d29484 (diff)
downloaddotfiles-c2fc9a333a81bd54ceb33b465175a09bf3c0b049.tar.gz
dotfiles-c2fc9a333a81bd54ceb33b465175a09bf3c0b049.tar.xz
dotfiles-c2fc9a333a81bd54ceb33b465175a09bf3c0b049.zip
IPython: just noticed color-masked part of error diagnostics :-/
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--.config/ipython/profile_default/ipython_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ipython/profile_default/ipython_config.py b/.config/ipython/profile_default/ipython_config.py
index 322ece9..c75b9f7 100644
--- a/.config/ipython/profile_default/ipython_config.py
+++ b/.config/ipython/profile_default/ipython_config.py
@@ -156,7 +156,7 @@ c.TerminalIPythonApp.display_banner = False
# c.TerminalInteractiveShell.show_rewritten_input = True
# Set the color scheme (NoColor, Linux, or LightBG).
-# c.TerminalInteractiveShell.colors = 'Linux'
+c.TerminalInteractiveShell.colors = 'LightBG'
# Autoindent IPython code entered interactively.
# c.TerminalInteractiveShell.autoindent = True