##// END OF EJS Templates
Update pysh profile
Thomas Kluyver -
Show More
@@ -155,8 +155,9 b' Prompt customization'
155
155
156 The sh profile uses the following prompt configurations::
156 The sh profile uses the following prompt configurations::
157
157
158 o.PromptManager.in_template= r'\C_LightBlue[\C_LightCyan\Y2\C_LightBlue]\C_Green|\#>'
158 c.PromptManager.in_template = r'{color.LightGreen}\u@\h{color.LightBlue}[{color.LightCyan}\Y1{color.LightBlue}]{color.Green}|\#> '
159 o.PromptManager.in2_template= r'\C_Green|\C_LightGreen\D\C_Green>'
159 c.PromptManager.in2_template = r'{color.Green}|{color.LightGreen}\D{color.Green}> '
160 c.PromptManager.out_template = r'<\#> '
160
161
161 You can change the prompt configuration to your liking by editing
162 You can change the prompt configuration to your liking by editing
162 ipython_config.py.
163 ipython_config.py.
General Comments 0
You need to be logged in to leave comments. Login now