##// END OF EJS Templates
(commented) default arg -x to to %edit
vivainio -
Show More
@@ -52,12 +52,12 b' def main():'
52
52
53 ip.magic('alias d ls -F --color=auto')
53 ip.magic('alias d ls -F --color=auto')
54
54
55 # Make available all system commands through "rehashing" immediately.
56 # You can comment these lines out to speed up startup on very slow
57 # machines, and to conserve a bit of memory. Note that pysh profile does this
58 # automatically
59 ip.IP.default_option('cd','-q')
55 ip.IP.default_option('cd','-q')
60
56
57 # If you only rarely want to execute the things you %edit...
58
59 #ip.IP.default_option('edit','-x')
60
61
61
62 o.prompts_pad_left="1"
62 o.prompts_pad_left="1"
63 # Remove all blank lines in between prompts, like a normal shell.
63 # Remove all blank lines in between prompts, like a normal shell.
General Comments 0
You need to be logged in to leave comments. Login now