##// END OF EJS Templates
Don't warn the user if the default config file is missing....
Don't warn the user if the default config file is missing. We still warn if a custom config file is missing though.

File last commit:

r2252:3ddcb2dc
r2257:4b2d3098
Show More
ipython_config_pysh.py
12 lines | 432 B | text/x-python | PythonLexer
from ipython_config import *
InteractiveShell.prompt_in2 = '\C_LightGreen\u@\h\C_LightBlue[\C_LightCyan\Y1\C_LightBlue]\C_Green|\#> '
InteractiveShell.prompt_in2 = '\C_Green|\C_LightGreen\D\C_Green> '
InteractiveShell.prompt_out = '<\#> '
InteractiveShell.prompts_pad_left = True
InteractiveShell.separate_in = ''
InteractiveShell.separate_out = ''
InteractiveShell.separate_out2 = ''
PrefilterManager.multi_line_specials = True