Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ipythonrc
diff options
context:
space:
mode:
authorroot <root@ghunt-desktop.(none)>2010-12-19 17:55:02 (GMT)
committer root <root@ghunt-desktop.(none)>2010-12-19 17:55:02 (GMT)
commit16fc1eeb4fb1673d0e12338a5d726185bd72431a (patch)
tree4f31bb9779b8583a36a17ac028fd4970624baa0f /ipythonrc
parent0b27ac481cdd8695e87908baf538350b28229376 (diff)
version 7,additional help, embeds remembered across invocations
Diffstat (limited to 'ipythonrc')
-rw-r--r--ipythonrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipythonrc b/ipythonrc
index 1499aa1..00edb50 100644
--- a/ipythonrc
+++ b/ipythonrc
@@ -194,7 +194,7 @@ color_info 1
# the magic functions %Exit or %Quit you can force a direct exit, bypassing
# any confirmation.
-confirm_exit 1
+confirm_exit 0
# Use deep_reload() as a substitute for reload() by default. deep_reload() is
# still available as dreload() and appears as a builtin.